Added endpoints for organisation sector

This commit is contained in:
Finn 2017-08-25 15:25:52 +01:00
parent 06e89c9199
commit ff263374ec
8 changed files with 20 additions and 0 deletions

View file

@ -34,6 +34,10 @@ __PACKAGE__->add_columns(
size => 16,
is_nullable => 1,
},
sector => {
data_type => "varchar",
size => 1,
is_nullable => 1,
);
__PACKAGE__->set_primary_key('id');