From b6dcfd7664d704ec0e343c408f77e5685fe02107 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 28 Apr 2014 17:59:21 +0000 Subject: [PATCH] Bug 11351: DBrev 3.15.00.037 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e15e846202..d3a49990c8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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 diff --git a/kohaversion.pl b/kohaversion.pl index 71e1ed7bea..57a32dbf1d 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.39.5