Categories admin interface fully implemented
This commit is contained in:
parent
c2a099c3e2
commit
4e74c871a2
14 changed files with 2837 additions and 3 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 19;
|
||||
our $VERSION = 20;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue