]> git.stg.codes - stg.git/commitdiff
Ticket 37. TIMEZONE fixed to TIMESTAMP for change_policy_timeout in
authorElena Mamontova <helenh463@gmail.com>
Fri, 23 Sep 2016 14:25:14 +0000 (17:25 +0300)
committerElena Mamontova <helenh463@gmail.com>
Fri, 23 Sep 2016 14:25:14 +0000 (17:25 +0300)
the ALTER TABLE tariffs query in the MakeUpdate() function.

projects/stargazer/plugins/store/mysql/mysql_store.cpp

index 8e12faadbd1c19d19e796e41bf822957a7b7f264..381c4d9c4bfc3cdc2732ee61c9ef382d01dcad15 100644 (file)
@@ -606,7 +606,7 @@ if (schemaVersion  < 1)
 if (schemaVersion  < 2)
     {
     if (MysqlQuery("ALTER TABLE tariffs ADD change_policy VARCHAR(32) NOT NULL DEFAULT 'allow'", sock) ||
 if (schemaVersion  < 2)
     {
     if (MysqlQuery("ALTER TABLE tariffs ADD change_policy VARCHAR(32) NOT NULL DEFAULT 'allow'", sock) ||
-        MysqlQuery("ALTER TABLE tariffs ADD change_policy_timeout TIMEZONE NOT NULL DEFAULT '1970-01-01 00:00:00'", sock))
+        MysqlQuery("ALTER TABLE tariffs ADD change_policy_timeout TIMESTAMP NOT NULL DEFAULT '1970-01-01 00:00:00'", sock))
         {
         errorStr = "Couldn't update tariffs table to version 2. With error:\n";
         errorStr += mysql_error(sock);
         {
         errorStr = "Couldn't update tariffs table to version 2. With error:\n";
         errorStr += mysql_error(sock);