Bug 24161: DBIC manual changes
No idea what's happening with the current_timestamp, but previous change was wrong. Signed-off-by: Angela O'Connor Desmond <angela.oconnordesmond@staff.ittralee.ie> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
b2de93144a
commit
6a8f3ba98f
2 changed files with 2 additions and 2 deletions
|
@ -359,7 +359,7 @@ __PACKAGE__->add_columns(
|
|||
{
|
||||
data_type => "timestamp",
|
||||
datetime_undef_if_invalid => 1,
|
||||
default_value => "current_timestamp()",
|
||||
default_value => \"current_timestamp",
|
||||
is_nullable => 0,
|
||||
},
|
||||
"rrp",
|
||||
|
|
|
@ -53,7 +53,7 @@ __PACKAGE__->add_columns(
|
|||
{
|
||||
data_type => "timestamp",
|
||||
datetime_undef_if_invalid => 1,
|
||||
default_value => "current_timestamp()",
|
||||
default_value => \"current_timestamp",
|
||||
is_nullable => 0,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue