added new transaction meta table

This commit is contained in:
Thomas Bloor 2019-06-28 15:23:18 +01:00
parent 8f3da8ae1b
commit 1d22da2bed
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
11 changed files with 4029 additions and 1 deletions

View file

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