added essential flag to transactions in schema
This commit is contained in:
parent
f519bb9f2f
commit
28a33cf27f
10 changed files with 3580 additions and 1 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 23;
|
||||
our $VERSION = 24;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue