esta added to schema and updated admin interface
This commit is contained in:
parent
95398d2790
commit
af7dcde7aa
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