Changed logic of storing recurring transactions
This commit is contained in:
parent
38dc29f4a1
commit
98cd134d84
21 changed files with 7702 additions and 17 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 27;
|
||||
our $VERSION = 29;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue