[open-ils-commits] r11877 - trunk/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 19 11:38:00 EST 2009


Author: miker
Date: 2009-01-19 11:37:58 -0500 (Mon, 19 Jan 2009)
New Revision: 11877

Modified:
   trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Log:
cut-n-paste-o

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-19 16:37:42 UTC (rev 11876)
+++ trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2009-01-19 16:37:58 UTC (rev 11877)
@@ -81,8 +81,8 @@
     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.



More information about the open-ils-commits mailing list