changed logic of start time for transaction and submitted time
This commit is contained in:
parent
bdf23b2f3d
commit
d4d1b841d7
11 changed files with 3879 additions and 7 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 32;
|
||||
our $VERSION = 33;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue