db conf update
This commit is contained in:
parent
2aa7f07b6f
commit
ee952866d3
|
@ -10,11 +10,17 @@ The current plan is to host this database on Cloudflare D1, which is based on SQ
|
|||
Current translation file list:
|
||||
|
||||
- `language.[lang].json`
|
||||
- Holds application translations
|
||||
- `servers.[lang].json`
|
||||
- Holds translations for servers (Crystal/Aether) and worlds (Brynhildr/Adamantoise)
|
||||
- `expansions.[lang].json`
|
||||
- Holds translations for expansions (A Realm Reborn/Heavensward)
|
||||
- `instance_types.[lang].json`
|
||||
- Holds translations for duty types (Dungeon/Raid)
|
||||
- `instances.[lang].json`
|
||||
- Holds translations for duty names (The Binding Coil of Bahamut - Turn 1/The Thousand Maws of Toto–Rak)
|
||||
- `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.
|
||||
|
||||
|
|
|
@ -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="true" active="true">
|
||||
<dia:object type="Database - Table" version="0" id="O0">
|
||||
<dia:attribute name="obj_pos">
|
||||
|
@ -1288,7 +1289,7 @@
|
|||
<dia:point val="12.8,2.2"/>
|
||||
</dia:attribute>
|
||||
<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 name="meta">
|
||||
<dia:composite type="dict"/>
|
||||
|
@ -1300,7 +1301,7 @@
|
|||
<dia:real val="13.234999999999999"/>
|
||||
</dia:attribute>
|
||||
<dia:attribute name="elem_height">
|
||||
<dia:real val="5.0999999999999996"/>
|
||||
<dia:real val="5.9000000000000004"/>
|
||||
</dia:attribute>
|
||||
<dia:attribute name="name">
|
||||
<dia:string>#Accounts#</dia:string>
|
||||
|
@ -1436,6 +1437,29 @@
|
|||
<dia:string>##</dia:string>
|
||||
</dia:attribute>
|
||||
</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 name="normal_font">
|
||||
<dia:font family="monospace" style="0" name="Courier"/>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Loading…
Reference in New Issue