From: Don Armstrong Date: Sun, 28 Feb 2016 22:58:35 +0000 (-0800) Subject: upgrade schema version X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3b284fbd38405e7ad61cfb2f7d80aefc7bacddf2;p=debbugs.git upgrade schema version --- diff --git a/Debbugs/DB.pm b/Debbugs/DB.pm index 808a52d..c164636 100644 --- a/Debbugs/DB.pm +++ b/Debbugs/DB.pm @@ -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;