patch for Joe A. and Lebbeous FW. to specify function args in drop function statement
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 23 Nov 2009 13:58:53 +0000 (13:58 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 23 Nov 2009 13:58:53 +0000 (13:58 +0000)
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

index 0dd38ba..909b55b 100644 (file)
@@ -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