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

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

index e423c672b162d7c48564b8db541ec4be9ad07ee4..8e12faadbd1c19d19e796e41bf822957a7b7f264 100644 (file)
@@ -370,7 +370,7 @@ if(!IsTablePresent("tariffs",sock))
         "Free DOUBLE DEFAULT 0.0, TraffType VARCHAR(10) DEFAULT '',"
         "period VARCHAR(32) NOT NULL DEFAULT 'month',"
         "change_policy VARCHAR(32) NOT NULL DEFAULT 'allow',"
-        "change_policy_timeout TIMEZONE NOT NULL DEFAULT '1970-01-01 00:00:00')";
+        "change_policy_timeout TIMESTAMP NOT NULL DEFAULT '1970-01-01 00:00:00')";
     
     if(MysqlQuery(res.c_str(),sock))
     {