Bug 10513: DBRev 3.13.00.019

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-09-16 17:42:46 +00:00
parent 015319dbaf
commit 1303ad28b2
2 changed files with 2 additions and 2 deletions

View file

@ -7122,7 +7122,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.13.00.XXX";
$DBversion = "3.13.00.019";
if ( CheckVersion($DBversion) ) {
$dbh->do("ALTER TABLE itemtypes ADD COLUMN checkinmsg VARCHAR(255) AFTER summary;");
$dbh->do("ALTER TABLE itemtypes ADD COLUMN checkinmsgtype CHAR(16) DEFAULT 'message' NOT NULL AFTER checkinmsg;");

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.13.00.018';
our $VERSION = '3.13.00.019';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install