Upgrade DB to add DeviceToken model
This commit is contained in:
parent
ab53dbd409
commit
1cbacc9bb0
9 changed files with 4999 additions and 1 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 30;
|
||||
our $VERSION = 31;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue