#596 fix default value on actionset field
This commit is contained in:
@@ -14,7 +14,7 @@ __PACKAGE__->add_columns(
|
|||||||
"device",
|
"device",
|
||||||
{ data_type => "inet", is_nullable => 0 },
|
{ data_type => "inet", is_nullable => 0 },
|
||||||
"actionset",
|
"actionset",
|
||||||
{ data_type => "text[]", is_nullable => 1, default_value => '{}' },
|
{ data_type => "text[]", is_nullable => 1, default_value => \"'{}'::text[]" },
|
||||||
"deferrals",
|
"deferrals",
|
||||||
{ data_type => "integer", is_nullable => 1, default_value => '0' },
|
{ data_type => "integer", is_nullable => 1, default_value => '0' },
|
||||||
"last_defer",
|
"last_defer",
|
||||||
|
|||||||
Reference in New Issue
Block a user