[open-ils-commits] r12855 - trunk/Open-ILS/src/sql/Pg (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 13 21:31:39 EDT 2009


Author: phasefx
Date: 2009-04-13 21:31:37 -0400 (Mon, 13 Apr 2009)
New Revision: 12855

Modified:
   trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Log:
syntax

Modified: trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2009-04-13 20:21:16 UTC (rev 12854)
+++ trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2009-04-14 01:31:37 UTC (rev 12855)
@@ -143,7 +143,7 @@
     update_process  INT,
     state           TEXT        NOT NULL DEFAULT 'pending' CHECK (state IN ('pending','invalid','found','collecting','collected','validating','valid','reacting','reacted','cleaning','complete','error')),
     template_output BIGINT      REFERENCES action_trigger.event_output (id),
-    error_output    BIGINT      REFERENCES action_trigger.event_output (id),
+    error_output    BIGINT      REFERENCES action_trigger.event_output (id)
 );
 
 CREATE TABLE action_trigger.event_params (



More information about the open-ils-commits mailing list