]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/mysql/mysql_store.cpp
Ticket 37. The 'schemaversion' value changed to 2 in the CheckAllTables() function.
[stg.git] / projects / stargazer / plugins / store / mysql / mysql_store.cpp
index f2020af00f000692a92ab3ad7677ace84541a3df..94e129957d73a4b03cd493417174dee57734b7bb 100644 (file)
@@ -443,7 +443,7 @@ if(!IsTablePresent("tariffs",sock))
         mysql_close(sock);
         return -1;
     }
-    schemaVersion = 1;
+    schemaVersion = 2;
 }
 
 //users-----------------------------------------------------------------------