esta added to schema and updated admin interface

This commit is contained in:
Finn 2017-12-08 12:30:49 +00:00
parent 95398d2790
commit af7dcde7aa
4 changed files with 22 additions and 2 deletions

View file

@ -23,6 +23,11 @@ __PACKAGE__->add_columns(
default => undef,
is_nullable => 1,
},
"esta" => {
data_type => 'boolean',
default => undef,
is_nullable => 1,
},
);
__PACKAGE__->set_primary_key("id");