[open-ils-commits] r11914 - trunk/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 22 14:55:32 EST 2009


Author: dbs
Date: 2009-01-22 14:55:29 -0500 (Thu, 22 Jan 2009)
New Revision: 11914

Modified:
   trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Log:
Quiet the complaint if action_trigger schema has never been created before


Modified: trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2009-01-22 18:52:39 UTC (rev 11913)
+++ trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2009-01-22 19:55:29 UTC (rev 11914)
@@ -14,7 +14,7 @@
  *
  */
 
-DROP SCHEMA action_trigger CASCADE;
+DROP SCHEMA IF EXISTS action_trigger CASCADE;
 
 BEGIN;
 



More information about the open-ils-commits mailing list