From 3b284fbd38405e7ad61cfb2f7d80aefc7bacddf2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 28 Feb 2016 14:58:35 -0800 Subject: [PATCH] upgrade schema version --- Debbugs/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2