bug 7718: DBRev 3.13.00.003
authorGalen Charlton <gmc@esilibrary.com>
Wed, 22 May 2013 15:51:33 +0000 (08:51 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 22 May 2013 15:51:33 +0000 (08:51 -0700)
- remove serial.itemnumber column

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 206dbd7..b41e88b 100755 (executable)
@@ -6942,7 +6942,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion ="3.13.00.XXX";
+$DBversion = '3.13.00.003';
 if ( CheckVersion($DBversion) ) {
     $dbh->do("ALTER TABLE serial DROP itemnumber");
     print "Upgrade to $DBversion done (Bug 7718 - Remove itemnumber column from serials table)\n";
index 41d808b..27b1013 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.002';
+    our $VERSION = '3.13.00.003';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install