Bug 6254: DBrev 3.17.00.004
authorGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 01:24:13 +0000 (01:24 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 01:24:13 +0000 (01:24 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 93d3f0e..9b17d9f 100755 (executable)
@@ -8519,8 +8519,8 @@ if (CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
-if(CheckVersion($DBversion)) {
+$DBversion = "3.17.00.004";
+if (CheckVersion($DBversion)) {
     $dbh->do("ALTER TABLE categories ADD default_privacy ENUM( 'default', 'never', 'forever' ) NOT NULL DEFAULT 'default' AFTER category_type");
     print "Upgrade to $DBversion done (Bug 6254 - can't set patron privacy by default)\n";
     SetVersion($DBversion);
index 08d169b..1b641e1 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.003';
+    our $VERSION = '3.17.00.004';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install