From fa0d62a81d9d1b334843bab5763603fbdf00c0aa Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 28 Oct 2011 07:57:31 -0400 Subject: [PATCH] adding a script to run between the upgrade scripts --- Open-ILS/src/sql/Pg/post-2.0-pre-2.1-tasks.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Open-ILS/src/sql/Pg/post-2.0-pre-2.1-tasks.sql diff --git a/Open-ILS/src/sql/Pg/post-2.0-pre-2.1-tasks.sql b/Open-ILS/src/sql/Pg/post-2.0-pre-2.1-tasks.sql new file mode 100644 index 0000000000..fe827a340d --- /dev/null +++ b/Open-ILS/src/sql/Pg/post-2.0-pre-2.1-tasks.sql @@ -0,0 +1,7 @@ +-- the 2.0 to 2.1 upgrade script requires that the search path for functions is updated +-- the script tries to do this itself, but something is not working. +-- see https://bugs.launchpad.net/evergreen/+bug/881774 for more information + +ALTER DATABASE evergreen SET search_path=evergreen, public, pg_catalog; + + -- 2.11.0