From e8501619a3986d46cf6f5ca0186542f84c4b3c0c Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 19 Jan 2009 16:37:58 +0000 Subject: [PATCH] cut-n-paste-o git-svn-id: svn://svn.open-ils.org/ILS/trunk@11877 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/400.schema.action_trigger.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b019c793f5..8aaf06cba5 100644 --- a/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql +++ b/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql @@ -81,8 +81,8 @@ CREATE TABLE action_trigger.event_definition ( hook INT NOT NULL REFERENCES action_trigger.hook (key), validator INT NOT NULL REFERENCES action_trigger.validator (module), reactor INT NOT NULL REFERENCES action_trigger.reactor (module), - cleanup_success INT REFERENCES action_trigger.reactor (module), - cleanup_failure INT REFERENCES action_trigger.reactor (module), + cleanup_success INT REFERENCES action_trigger.cleanup (module), + cleanup_failure INT REFERENCES action_trigger.cleanup (module), delay INTERVAL NOT NULL DEFAULT '5 minutes', delay_field TEXT, -- for instance, xact_start on a circ hook ... look for fields on hook.core_type where datatype=timestamp? If not set, delay from now() group_field TEXT, -- field from this.hook.core_type to batch event targets together on, fed into reactor a group at a time. -- 2.11.0