rename failures column to be deferrals

This commit is contained in:
Oliver Gorwits
2017-05-23 08:26:59 +01:00
parent 96ed444bbb
commit eac1857043
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ __PACKAGE__->add_columns(
{ data_type => "inet", is_nullable => 0 },
"action",
{ data_type => "text", is_nullable => 0 },
"failures",
"deferrals",
{ data_type => "integer", is_nullable => 1, default_value => '0' },
"skipover",
{ data_type => "boolean", is_nullable => 1, default_value => \'false' },