Schema update for v 16 to include import lookups

This commit is contained in:
Tom Bloor 2017-11-13 13:02:22 +00:00
parent 40dbd1eb50
commit 593efcedfa
11 changed files with 2422 additions and 1 deletions

View file

@ -6,7 +6,7 @@ use warnings;
use base 'DBIx::Class::Schema';
our $VERSION = 15;
our $VERSION = 16;
__PACKAGE__->load_namespaces;