]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB.pm
upgrade schema version
[debbugs.git] / 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;