From: phasefx Date: Tue, 14 Apr 2009 01:31:37 +0000 (+0000) Subject: syntax X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b5ed56964094ead768051b9a3dcd81df5942cb09;p=evergreen%2Fmasslnc.git syntax git-svn-id: svn://svn.open-ils.org/ILS/trunk@12855 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql b/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql index cb0342d158..542d963ba2 100644 --- a/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql +++ b/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql @@ -143,7 +143,7 @@ CREATE TABLE action_trigger.event ( 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 (