[Koha-patches] [PATCH] DB rev 022: set DBrev for bug 2945 fix

Galen Charlton galen.charlton at liblime.com
Fri Apr 24 15:18:10 CEST 2009


---
 installer/data/mysql/updatedatabase.pl |    2 +-
 kohaversion.pl                         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl
index 9193ad6..e3a5606 100755
--- a/installer/data/mysql/updatedatabase.pl
+++ b/installer/data/mysql/updatedatabase.pl
@@ -2325,7 +2325,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.01.00.020';
+$DBversion = '3.01.00.022';
 if ( C4::Context->preference('Version') < TransformToNum($DBversion) ) {
     $dbh->do("ALTER TABLE `labels_conf` MODIFY COLUMN `formatstring` mediumtext DEFAULT NULL");
     print "Upgrade to $DBversion done (bug 2945: increase size of labels_conf.formatstring)\n";
diff --git a/kohaversion.pl b/kohaversion.pl
index e41d55f..11e5c42 100644
--- a/kohaversion.pl
+++ b/kohaversion.pl
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.021';
+    our $VERSION = '3.01.00.022';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install
-- 
1.5.6.5




More information about the Koha-patches mailing list