From: Ivan Kohler Date: Sat, 26 Oct 2013 20:32:50 +0000 (-0700) Subject: consolidate multiple ALTER TABLE statements for efficiency X-Git-Url: http://git.freeside.biz/gitweb/?p=DBIx-DBSchema.git;a=commitdiff_plain;h=e5f9fa849315d9b018835d9d93656675bfd07319 consolidate multiple ALTER TABLE statements for efficiency --- diff --git a/DBSchema.pm b/DBSchema.pm index 12a240e..ddd899d 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -10,7 +10,7 @@ use DBIx::DBSchema::Column; use DBIx::DBSchema::ColGroup::Unique; use DBIx::DBSchema::ColGroup::Index; -$VERSION = "0.40"; +$VERSION = "0.41_01"; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; diff --git a/debian/changelog b/debian/changelog index 03dfc4b..26adb58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdbix-dbschema-perl (0.41~01-1) UNRELEASED; urgency=low + + * new upstream (test) release + + -- Ivan Kohler Sat, 26 Oct 2013 13:32:11 -0700 + libdbix-dbschema-perl (0.40-2) unstable; urgency=low * debhelper compat 7