db conf update

This commit is contained in:
Ean Milligan 2025-09-05 04:18:56 -04:00
parent 2aa7f07b6f
commit ee952866d3
3 changed files with 32 additions and 2 deletions

View File

@ -10,11 +10,17 @@ The current plan is to host this database on Cloudflare D1, which is based on SQ
Current translation file list: Current translation file list:
- `language.[lang].json` - `language.[lang].json`
- Holds application translations
- `servers.[lang].json` - `servers.[lang].json`
- Holds translations for servers (Crystal/Aether) and worlds (Brynhildr/Adamantoise)
- `expansions.[lang].json` - `expansions.[lang].json`
- Holds translations for expansions (A Realm Reborn/Heavensward)
- `instance_types.[lang].json` - `instance_types.[lang].json`
- Holds translations for duty types (Dungeon/Raid)
- `instances.[lang].json` - `instances.[lang].json`
- Holds translations for duty names (The Binding Coil of Bahamut - Turn 1/The Thousand Maws of TotoRak)
- `jobs.[lang].json` - `jobs.[lang].json`
- Holds translations for jobs (Machinist/Paladin)
These files will be generated by the DB initialization script and will need to be moved to the `www` repo for build/deployment. These files will be generated by the DB initialization script and will need to be moved to the `www` repo for build/deployment.

View File

@ -91,6 +91,7 @@
<dia:layer name="Background" visible="true" connectable="false"/> <dia:layer name="Background" visible="true" connectable="false"/>
<dia:layer name="Background" visible="true" connectable="false"/> <dia:layer name="Background" visible="true" connectable="false"/>
<dia:layer name="Background" visible="true" connectable="false"/> <dia:layer name="Background" visible="true" connectable="false"/>
<dia:layer name="Background" visible="true" connectable="false"/>
<dia:layer name="Background" visible="true" connectable="true" active="true"> <dia:layer name="Background" visible="true" connectable="true" active="true">
<dia:object type="Database - Table" version="0" id="O0"> <dia:object type="Database - Table" version="0" id="O0">
<dia:attribute name="obj_pos"> <dia:attribute name="obj_pos">
@ -1288,7 +1289,7 @@
<dia:point val="12.8,2.2"/> <dia:point val="12.8,2.2"/>
</dia:attribute> </dia:attribute>
<dia:attribute name="obj_bb"> <dia:attribute name="obj_bb">
<dia:rectangle val="12.8,2.2;26.035,7.3"/> <dia:rectangle val="12.8,2.2;26.035,8.1"/>
</dia:attribute> </dia:attribute>
<dia:attribute name="meta"> <dia:attribute name="meta">
<dia:composite type="dict"/> <dia:composite type="dict"/>
@ -1300,7 +1301,7 @@
<dia:real val="13.234999999999999"/> <dia:real val="13.234999999999999"/>
</dia:attribute> </dia:attribute>
<dia:attribute name="elem_height"> <dia:attribute name="elem_height">
<dia:real val="5.0999999999999996"/> <dia:real val="5.9000000000000004"/>
</dia:attribute> </dia:attribute>
<dia:attribute name="name"> <dia:attribute name="name">
<dia:string>#Accounts#</dia:string> <dia:string>#Accounts#</dia:string>
@ -1436,6 +1437,29 @@
<dia:string>##</dia:string> <dia:string>##</dia:string>
</dia:attribute> </dia:attribute>
</dia:composite> </dia:composite>
<dia:composite type="table_attribute">
<dia:attribute name="name">
<dia:string>#theme#</dia:string>
</dia:attribute>
<dia:attribute name="type">
<dia:string>#VARCHAR(100)#</dia:string>
</dia:attribute>
<dia:attribute name="comment">
<dia:string>##</dia:string>
</dia:attribute>
<dia:attribute name="primary_key">
<dia:boolean val="false"/>
</dia:attribute>
<dia:attribute name="nullable">
<dia:boolean val="false"/>
</dia:attribute>
<dia:attribute name="unique">
<dia:boolean val="false"/>
</dia:attribute>
<dia:attribute name="default_value">
<dia:string>##</dia:string>
</dia:attribute>
</dia:composite>
</dia:attribute> </dia:attribute>
<dia:attribute name="normal_font"> <dia:attribute name="normal_font">
<dia:font family="monospace" style="0" name="Courier"/> <dia:font family="monospace" style="0" name="Courier"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB