added essential flag to transactions in schema

This commit is contained in:
Finn 2018-03-01 17:08:30 +00:00
parent f519bb9f2f
commit 28a33cf27f
10 changed files with 3580 additions and 1 deletions

View file

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