[open-ils-commits] r11953 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 25 17:09:55 EST 2009
Author: phasefx
Date: 2009-01-25 17:09:50 -0500 (Sun, 25 Jan 2009)
New Revision: 11953
Modified:
trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Log:
extra parens
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-25 19:32:36 UTC (rev 11952)
+++ trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql 2009-01-25 22:09:50 UTC (rev 11953)
@@ -89,7 +89,6 @@
template TEXT NOT NULL, -- the TT block. will have an 'environment' hash (or array of hashes, grouped events) built up by validator and collector(s), which can be modified.
CONSTRAINT ev_def_owner_hook_val_react_clean_delay_once UNIQUE (owner, hook, validator, reactor, delay, delay_field)
);
-);
CREATE TABLE action_trigger.environment (
id SERIAL PRIMARY KEY,
More information about the open-ils-commits
mailing list