diff --git a/db-config/README.md b/db-config/README.md
index edd8d88..01e1888 100755
--- a/db-config/README.md
+++ b/db-config/README.md
@@ -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.
diff --git a/db-config/schema.dia b/db-config/schema.dia
index 721b01c..29d7bef 100644
--- a/db-config/schema.dia
+++ b/db-config/schema.dia
@@ -91,6 +91,7 @@
+
@@ -1288,7 +1289,7 @@
-
+
@@ -1300,7 +1301,7 @@
-
+
#Accounts#
@@ -1436,6 +1437,29 @@
##
+
+
+ #theme#
+
+
+ #VARCHAR(100)#
+
+
+ ##
+
+
+
+
+
+
+
+
+
+
+
+ ##
+
+
diff --git a/db-config/schema.png b/db-config/schema.png
index d6171d0..d5c9f5c 100644
Binary files a/db-config/schema.png and b/db-config/schema.png differ