From: erickson Date: Mon, 23 Nov 2009 13:58:53 +0000 (+0000) Subject: patch for Joe A. and Lebbeous FW. to specify function args in drop function statement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d5d665f188919b37b61134fe63670a707779d279;p=evergreen%2Fpines.git patch for Joe A. and Lebbeous FW. to specify function args in drop function statement git-svn-id: svn://svn.open-ils.org/ILS/trunk@15000 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql b/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql index 0dd38ba37a..909b55be8d 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql @@ -76,7 +76,7 @@ BEGIN END; $creator$ LANGUAGE 'plpgsql'; -DROP FUNCTION IF EXISTS auditor.create_auditor; -- Besides this line and the 0087 INSERT, the rest of this file is 900.audit-functions.sql +DROP FUNCTION IF EXISTS auditor.create_auditor (TEXT, TEXT); -- Besides this line and the 0087 INSERT, the rest of this file is 900.audit-functions.sql -- The main event