Added is_local flag to organisation table
This commit is contained in:
parent
dcd5896cea
commit
d881b3f95f
10 changed files with 1970 additions and 4 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 12;
|
||||
our $VERSION = 13;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue