SQL: drop function for PINES
authorChris Sharp <csharp@georgialibraries.org>
Tue, 16 Aug 2022 13:10:31 +0000 (09:10 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 23 Nov 2022 14:45:25 +0000 (09:45 -0500)
Open-ILS/src/sql/Pg/version-upgrade/3.8.0-3.9.0-upgrade-db.sql

index f8ec2ca..d2d6a3f 100644 (file)
@@ -20,6 +20,9 @@ DROP FUNCTION search.query_parser_fts (
     INT 
 );
 
+-- PINES has another version of this function
+DROP FUNCTION search.query_parser_fts ( integer, integer, text, integer[], integer[], integer, integer, integer, boolean, boolean, integer) ;
+
 DROP TABLE asset.opac_visible_copies;
 
 DROP FUNCTION IF EXISTS asset.refresh_opac_visible_copies_mat_view();