From d5d665f188919b37b61134fe63670a707779d279 Mon Sep 17 00:00:00 2001 From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Mon, 23 Nov 2009 13:58:53 +0000 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0