Bug 10853: DBrev 3.13.00.028

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-10-11 02:36:54 +00:00
parent 567e86d575
commit 537068f969
2 changed files with 3 additions and 9 deletions

View file

@ -7192,14 +7192,8 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion = "3.13.00.XXX";
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
$DBversion = "3.13.00.028";
if ( CheckVersion($DBversion) ) {
$dbh->do(q{
ALTER TABLE export_format ADD type VARCHAR(255) DEFAULT 'marc' AFTER encoding
});

View file

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