From 6b855be5f7c881a185c483f4cb35b5ddaecbb953 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 13 Mar 2012 15:43:24 +0100 Subject: [PATCH] Bug 7587 follow-up: DBRev number + message changed a little bit --- 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 72cbedfa8f..3ade8bf664 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4892,7 +4892,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.025"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do( q|DROP TABLE bibliocoverimage;| ); $dbh->do( @@ -4906,7 +4906,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { CONSTRAINT bibliocoverimage_fk1 FOREIGN KEY (biblionumber) REFERENCES biblio (biblionumber) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8;| ); - print "Upgrade to $DBversion done (Correct table name for local cover images [please disregard any error messages])\n"; + print "Upgrade to $DBversion done (Correct table name for local cover images [please disregard the following error messages: \"Unknown table 'bibliocoverimage'...\" and \"Table 'biblioimages' already exists...\"])\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index 328624a708..41ad3bfbde 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.07.00.024'; + our $VERSION = '3.07.00.025'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2