]> git.stg.codes - stg.git/commitdiff
Ticket 37. The 'schemaversion' value changed to 2 in the CheckAllTables() function.
authorElena Mamontova <helenh463@gmail.com>
Wed, 15 Jun 2016 11:31:15 +0000 (14:31 +0300)
committerElena Mamontova <helenh463@gmail.com>
Wed, 15 Jun 2016 11:31:15 +0000 (14:31 +0300)
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-----------------------------------------------------------------------