added new transaction meta table
This commit is contained in:
parent
8f3da8ae1b
commit
1d22da2bed
11 changed files with 4029 additions and 1 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 24;
|
||||
our $VERSION = 25;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue