]> git.stg.codes - stg.git/commitdiff
Ticket 37. The change-policy-timeout field added to the INSERT INTO
authorElena Mamontova <helenh463@gmail.com>
Fri, 23 Sep 2016 10:43:20 +0000 (13:43 +0300)
committerElena Mamontova <helenh463@gmail.com>
Fri, 23 Sep 2016 10:43:20 +0000 (13:43 +0300)
tariffs query.

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

index c62171833cacf4cd51bbc836537751e9098eee0f..fb8b085c4b69c66ba14ac91373ce1e7cc6d1f126 100644 (file)
@@ -425,7 +425,7 @@ if(!IsTablePresent("tariffs",sock))
     res += "PassiveCost=0.0, Fee=10.0, Free=0,"\
         "SinglePrice0=1, SinglePrice1=1,PriceDayA1=0.75,PriceDayB1=0.75,"\
         "PriceNightA0=1.0,PriceNightB0=1.0,TraffType='up+down',period='month',"\
-        "change_policy='allow'";
+        "change_policy='allow', change_policy_timeout='1970-01-01 00:00:00'";
     
     if(MysqlQuery(res.c_str(),sock))
     {