DB rev 022: set DBrev for bug 2945 fix
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 24 Apr 2009 13:16:30 +0000 (08:16 -0500)
committerJohn Soros <john.soros@biblibre.com>
Tue, 28 Apr 2009 11:15:10 +0000 (13:15 +0200)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 9193ad6..e3a5606 100755 (executable)
@@ -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";
index e41d55f..11e5c42 100644 (file)
@@ -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