Upgrade DB to add DeviceToken model

This commit is contained in:
Ben Goldsworthy 2020-11-18 22:59:50 +00:00
parent ab53dbd409
commit 1cbacc9bb0
9 changed files with 4999 additions and 1 deletions

View file

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