Added schema upgrade for transaction distance

This commit is contained in:
Tom Bloor 2017-09-22 12:32:02 +01:00
parent 1a0dbf7098
commit bfcacbee32
9 changed files with 1929 additions and 1 deletions

View file

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