Fixed errors and tests and updated DB
This commit is contained in:
parent
b44a256434
commit
65d5bab444
11 changed files with 1859 additions and 3 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 3;
|
||||
our $VERSION = 4;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue