From 0c2cbdc8aded93f57e9440fc80b84630922f7ed3 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 18 Feb 2015 10:39:12 -0500 Subject: [PATCH] LP#1410369: Adjust baseline schema to match upgrade Signed-off-by: Mike Rylander --- Open-ILS/src/sql/Pg/400.schema.action_trigger.sql | 6 ++++++ 1 file changed, 6 insertions(+) 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 396cd7d210..81fce60d45 100644 --- a/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql +++ b/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql @@ -190,6 +190,12 @@ CREATE TABLE action_trigger.event_definition ( group_field TEXT, -- field from this.hook.core_type to batch event targets together on, fed into reactor a group at a time. template TEXT, -- 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. granularity TEXT, -- could specify a batch which is the only time these events should actually run + + message_template TEXT, + message_usr_path TEXT, + message_library_path TEXT, + message_title TEXT, + CONSTRAINT ev_def_owner_hook_val_react_clean_delay_once UNIQUE (owner, hook, validator, reactor, delay, delay_field), CONSTRAINT ev_def_name_owner_once UNIQUE (owner, name) ); -- 2.11.0