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.045";
$DBversion = "3.07.00.XXX";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) { 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'"); $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"; 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; use strict;
sub kohaversion { sub kohaversion {
our $VERSION = '3.07.00.044'; our $VERSION = '3.07.00.045';
# version needs to be set this way # version needs to be set this way
# so that it can be picked up by Makefile.PL # so that it can be picked up by Makefile.PL
# during install # during install