Upgraded schema and made fixes
This commit is contained in:
parent
786cd1618a
commit
79324ff5f7
12 changed files with 3703 additions and 2 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 24;
|
||||
our $VERSION = 25;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue