[open-ils-commits] r15000 - trunk/Open-ILS/src/sql/Pg/upgrade (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 23 08:58:55 EST 2009
Author: erickson
Date: 2009-11-23 08:58:53 -0500 (Mon, 23 Nov 2009)
New Revision: 15000
Modified:
trunk/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql
Log:
patch for Joe A. and Lebbeous FW. to specify function args in drop function statement
Modified: trunk/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql 2009-11-23 00:12:56 UTC (rev 14999)
+++ trunk/Open-ILS/src/sql/Pg/upgrade/0087.audit_functions_atomized.sql 2009-11-23 13:58:53 UTC (rev 15000)
@@ -76,7 +76,7 @@
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
More information about the open-ils-commits
mailing list