Fixes and schema update stuff

This commit is contained in:
Finn 2017-08-25 15:32:39 +01:00
parent ff263374ec
commit ef2e0627e1
11 changed files with 1837 additions and 1 deletions

View file

@ -38,6 +38,7 @@ __PACKAGE__->add_columns(
data_type => "varchar",
size => 1,
is_nullable => 1,
},
);
__PACKAGE__->set_primary_key('id');