added ability to import sheets with extra data
This commit is contained in:
parent
c977cf3279
commit
af9069b17a
14 changed files with 4987 additions and 8 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 29;
|
||||
our $VERSION = 30;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue