extra parens
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 25 Jan 2009 22:09:50 +0000 (22:09 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 25 Jan 2009 22:09:50 +0000 (22:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11953 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/400.schema.action_trigger.sql

index dfe3ff0..5c68732 100644 (file)
@@ -89,7 +89,6 @@ CREATE TABLE action_trigger.event_definition (
     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,