esta added to schema and updated admin interface
This commit is contained in:
parent
0b6d823145
commit
fb25cbe773
4 changed files with 22 additions and 2 deletions
|
@ -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");
|
||||
|
|
Reference in a new issue