Bug 6331: DBRev 3.15.00.010
authorGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:38:20 +0000 (16:38 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:38:20 +0000 (16:38 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index cc1fc6d..0220b42 100755 (executable)
@@ -7871,10 +7871,10 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.010";
 if(CheckVersion($DBversion)) {
     $dbh->do("ALTER TABLE deleteditems DROP COLUMN marc");
-    print "Upgrade to $DBversion done (Bug 6331: Obsolete marc column in deleteditems)\n";
+    print "Upgrade to $DBversion done (Bug 6331: remove obsolete column in deleteditems.marc)\n";
     SetVersion($DBversion);
 }
 
index e63c0d8..67abac6 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.009';
+    our $VERSION = '3.15.00.010';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install