Bug 7154 follow-up DBRev
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 15:02:10 +0000 (16:02 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 15:08:46 +0000 (16:08 +0100)
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f59a34f..ec08012 100755 (executable)
@@ -5004,7 +5004,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
 
 
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.034";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE borrower_attribute_types ADD COLUMN category_code VARCHAR(10) NULL DEFAULT NULL AFTER `display_checkout`");
     $dbh->do("ALTER TABLE borrower_attribute_types ADD COLUMN class VARCHAR(255)  NOT NULL DEFAULT '' AFTER `category_code`");
index 72ad69f..65dfb39 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.033';
+    our $VERSION = '3.07.00.034';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install