#596 fix default value on actionset field

This commit is contained in:
Oliver Gorwits
2019-05-27 12:42:50 +01:00
parent f2ddf175b7
commit 655d2518f4

View File

@@ -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",