]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB.pm
update to new schema which includes many_to_many relationships
[debbugs.git] / Debbugs / DB.pm
index ed6c46ada0e42febb95113732e534050593eca5f..656ff00ca581fe44097d0d9299439ba805e46eb2 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=4;
+our $VERSION=5;
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration