Added upgrade DDL for lat-long on customers and orgs
This commit is contained in:
parent
a810795ca5
commit
e2e4e4769d
9 changed files with 1935 additions and 1 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 9;
|
||||
our $VERSION = 10;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue