DB Schema upgrades are now all single-step in case user has applied any already

This commit is contained in:
Oliver Gorwits
2013-03-04 23:45:36 +00:00
parent b7ae4dfc57
commit c94e890bb9
21 changed files with 111 additions and 472 deletions

View File

@@ -15,7 +15,7 @@ __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07015 @ 2012-01-07 14:20:02
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tQTf/oInVydRDsuIFLSU4A
our $VERSION = 4; # schema version used for upgrades, keep as integer
our $VERSION = 16; # schema version used for upgrades, keep as integer
use Path::Class;
use File::Basename;