]> git.donarmstrong.com Git - debbugs.git/commitdiff
upgrade schema version
authorDon Armstrong <don@donarmstrong.com>
Sun, 28 Feb 2016 22:58:35 +0000 (14:58 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Aug 2016 20:45:41 +0000 (13:45 -0700)
Debbugs/DB.pm

index 808a52deab87ae7859968030416cf2f49b13ce32..c16463680d9278a7b7ed24135627bd1799487e07 100644 (file)
@@ -17,7 +17,7 @@ __PACKAGE__->load_namespaces;
 
 # This version must be incremented any time the schema changes so that
 # DBIx::Class::DeploymentHandler can do its work
-our $VERSION=1;
+our $VERSION=2;
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;