From: Don Armstrong Date: Thu, 7 Nov 2013 05:21:15 +0000 (-0800) Subject: set the version to 1; eventually we will use this to update schemas X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=36ca85ebd2a36d06ea2651a82b460d3886c5f765;hp=c35f49b5c19d83704275f3b2b5e6e006b7667d91;p=debbugs.git set the version to 1; eventually we will use this to update schemas --- diff --git a/Debbugs/DB.pm b/Debbugs/DB.pm index f44e185..808a52d 100644 --- a/Debbugs/DB.pm +++ b/Debbugs/DB.pm @@ -15,6 +15,9 @@ __PACKAGE__->load_namespaces; # Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-07-17 10:25:29 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wiMg1t5hFUhnyufL3yT5fQ +# This version must be incremented any time the schema changes so that +# DBIx::Class::DeploymentHandler can do its work +our $VERSION=1; # You can replace this text with custom code or comments, and it will be preserved on regeneration 1;