Bug 9987: DBRev 3.13.00.009 - remove acqorders.biblioitemnumber
authorGalen Charlton <gmc@esilibrary.com>
Wed, 3 Jul 2013 01:46:27 +0000 (18:46 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 3 Jul 2013 01:46:27 +0000 (18:46 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1b99a9e..a6b0090 100755 (executable)
@@ -7010,8 +7010,7 @@ CREATE TABLE IF NOT EXISTS borrower_files (
     SetVersion($DBversion);
 }
 
-
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.009";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("ALTER TABLE aqorders DROP COLUMN biblioitemnumber");
     print "Upgrade to $DBversion done (Bug 9987 - Drop column aqorders.biblioitemnumber)\n";
index 71938e4..786e47b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.008';
+    our $VERSION = '3.13.00.009';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install