]> git.donarmstrong.com Git - debbugs.git/commitdiff
set the version to 1; eventually we will use this to update schemas
authorDon Armstrong <don@donarmstrong.com>
Thu, 7 Nov 2013 05:21:15 +0000 (21:21 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 7 Nov 2013 05:21:15 +0000 (21:21 -0800)
Debbugs/DB.pm

index f44e18500e4ece376a9a52322d6fe1907fd663b6..808a52deab87ae7859968030416cf2f49b13ce32 100644 (file)
@@ -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;