]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB.pm
use COALESCE indexes for bug_status_cache
[debbugs.git] / Debbugs / DB.pm
index 29abb21efac8f6ee686f2e3ea26c831bfcd8185a..e4ec1dad446986da3580455b88fab8528e703777 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=6;
+our $VERSION=7;
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration