Resource fixes!
[browser-rts.git] / dump.sql
index 9330aa6294a19cf23187011d69b74d33f12a65f7..44ee69262b5d39d2e4acd6d6c97aa81e31f4dee2 100644 (file)
--- a/dump.sql
+++ b/dump.sql
@@ -11,10 +11,10 @@ CREATE TABLE IF NOT EXISTS "cities" (
   "icon" string,
        "totalSpace"    int,
        "usedSpace"     int,
-       "gold"  int,
-       "ore"   int,
-       "logs"  int,
-       "bushels"       int,
+       "credits"       int,
+       "alloys"        int,
+       "energy"        int,
+       "food"  int,
        "population"    int,
        "soliders"      int,
        "attackers"     int,
@@ -64,9 +64,9 @@ CREATE TABLE IF NOT EXISTS "unit_training_queue" (
 CREATE TABLE IF NOT EXISTS "buildings" (
        "slug"  text,
        "display"       text UNIQUE,
-       "gold"  int,
-       "ore"   int,
-       "logs"  int,
+       "credits"       int,
+       "alloys"        int,
+       "energy"        int,
        "land"  int,
        "time"  int,
        PRIMARY KEY("slug")
@@ -74,8 +74,8 @@ CREATE TABLE IF NOT EXISTS "buildings" (
 CREATE TABLE IF NOT EXISTS "units" (
        "slug"  ,
        "display"       ,
-       "gold"  ,
-       "bushels"       ,
+       "credits"       ,
+       "food"  ,
        "population"    ,
        "soldiers"      ,
        "attackers"     ,