Added is_local flag to organisation table

This commit is contained in:
Tom Bloor 2017-10-24 13:47:41 +01:00
parent dcd5896cea
commit d881b3f95f
10 changed files with 1970 additions and 4 deletions

View file

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