From 9c7671fd5027debce6792612b795802186872679 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 4 Aug 2011 17:47:42 -0300 Subject: [PATCH] [SIGNED-OFF] Bug 6299 - Advertise this addition during upgrade Content-Type: text/plain; charset="utf-8" Signed-off-by: Marcel de Rooy August 10, 2011: Fixed some small typos. --- installer/data/mysql/updatedatabase.pl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 720bd8c..4b59d6c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4399,6 +4399,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } +$DBversion = "3.05.00.XXX"; +if (C4::Context->preference("Version") < TransformToNum($DBversion)) { + print "RELTERMS category available for relator terms. They are not loaded during upgrade but can be easily inserted using the provided marc21_relatorterms.sql SQL script.\n"; + SetVersion($DBversion); +} + =head1 FUNCTIONS =head2 DropAllForeignKeys($table) -- 1.6.0.6