Bug 11351: DBrev 3.15.00.037
authorGalen Charlton <gmc@esilibrary.com>
Mon, 28 Apr 2014 17:59:21 +0000 (17:59 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 28 Apr 2014 17:59:21 +0000 (17:59 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index e15e846..d3a4999 100755 (executable)
@@ -8202,10 +8202,10 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.037";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
-        ALTER TABLE itemtypes ADD sip_media_type VARCHAR( 3 ) DEFAULT NULL
+        ALTER TABLE itemtypes ADD sip_media_type VARCHAR( 3 ) DEFAULT NULL AFTER checkinmsgtype
     });
     $dbh->do(q{
         INSERT INTO authorised_values (category, authorised_value, lib) VALUES
index 71e1ed7..57a32db 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.036';
+    our $VERSION = '3.15.00.037';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install