#949 inconsistencies in time values due to time zone handling
This commit is contained in:
@@ -33,9 +33,9 @@ __PACKAGE__->add_columns(
|
||||
"time_last",
|
||||
{
|
||||
data_type => "timestamp",
|
||||
default_value => \"current_timestamp",
|
||||
default_value => \"LOCALTIMESTAMP",
|
||||
is_nullable => 1,
|
||||
original => { default_value => \"now()" },
|
||||
original => { default_value => \"LOCALTIMESTAMP" },
|
||||
},
|
||||
"ssid",
|
||||
{ data_type => "text", is_nullable => 0, default_value => '' },
|
||||
|
||||
Reference in New Issue
Block a user