Bug 7613 follow-up DBRev number

This commit is contained in:
Paul Poulain 2012-04-06 17:37:26 +02:00
parent e3669815a0
commit b90b271a0c
2 changed files with 2 additions and 4 deletions

View file

@ -5147,9 +5147,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
}
$DBversion = "3.07.00.XXX";
$DBversion = "3.07.00.045";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("ALTER TABLE import_batches MODIFY COLUMN batch_type ENUM('batch','z3950','webservice') NOT NULL default 'batch'");
print "Upgrade to $DBversion done (Add 'webservice' to batch_type enum)\n";

View file

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