[open-ils-commits] r11988 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 26 21:15:48 EST 2009
Author: miker
Date: 2009-01-26 21:15:47 -0500 (Mon, 26 Jan 2009)
New Revision: 11988
Modified:
trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Log:
more states available to events
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-27 02:15:09 UTC (rev 11987)
+++ trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql 2009-01-27 02:15:47 UTC (rev 11988)
@@ -112,7 +112,7 @@
update_time TIMESTAMPTZ,
complete_time TIMESTAMPTZ,
update_process INT,
- state TEXT NOT NULL DEFAULT 'pending' CHECK (state IN ('pending','found','collecting','validating','reacting','cleanup','complete','error')),
+ state TEXT NOT NULL DEFAULT 'pending' CHECK (state IN ('pending','invalid','found','collecting','collected','validating','valid','reacting','reacted','cleaning','complete','error')),
template_output TEXT,
error_output TEXT
);
More information about the open-ils-commits
mailing list