Fixes and schema update stuff
This commit is contained in:
parent
ff263374ec
commit
ef2e0627e1
11 changed files with 1837 additions and 1 deletions
|
@ -38,6 +38,7 @@ __PACKAGE__->add_columns(
|
|||
data_type => "varchar",
|
||||
size => 1,
|
||||
is_nullable => 1,
|
||||
},
|
||||
);
|
||||
|
||||
__PACKAGE__->set_primary_key('id');
|
||||
|
|
Reference in a new issue