From 92be028f8d7f73613b890331e3d06298f1d8bcc6 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Mon, 12 May 2008 15:50:26 -0500 Subject: [PATCH] Increment DB update 083 --- installer/data/mysql/updatedatabase.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ce3c094277..e6a23c4d03 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -1549,6 +1549,13 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } +$DBversion = "3.00.00.083"; +if (C4::Context->preference("Version") < TransformToNum($DBversion)) { + $dbh->do( qq(UPDATE systempreferences SET value='local' where variable='yuipath' and value like "%/intranet-tmpl/prog/%")); + print "Upgrade to $DBversion done (Changing yuipath behaviour in managing a local value)\n"; + SetVersion ($DBversion); +} + =item DropAllForeignKeys($table) Drop all foreign keys of the table $table -- 2.39.5