LP#1357364: Explictly create the extension in the "public" schema.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 15 Aug 2014 12:58:04 +0000 (08:58 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 18 Sep 2014 20:06:21 +0000 (16:06 -0400)
Thanks to Thomas Berezansky for the suggestion!

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql

index e717978..4b926e4 100644 (file)
@@ -2834,7 +2834,7 @@ WHERE name = 'credit.processor.default' AND description = 'This might be "Author
 
 SELECT evergreen.upgrade_deps_block_check('0864', :eg_version);
 
-CREATE EXTENSION IF NOT EXISTS intarray;
+CREATE EXTENSION IF NOT EXISTS intarray WITH SCHEMA public;
 
 -- while we have this opportunity, and before we start collecting 
 -- CCVM IDs (below) carve out a nice space for stock ccvm values