The new hooks should be marked passive=FALSE
authorMike Rylander <mrylander@gmail.com>
Fri, 5 Jun 2020 16:48:06 +0000 (12:48 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 5 Jun 2020 16:48:06 +0000 (12:48 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql

index 01ba7ac..3026965 100644 (file)
@@ -58,7 +58,7 @@ VALUES (
         'ath',
         'description'
     ),
-    TRUE
+    FALSE
 );
 
 INSERT INTO action_trigger.hook (key, core_type, description, passive)
@@ -71,7 +71,7 @@ VALUES (
         'ath',
         'description'
     ),
-    TRUE
+    FALSE
 );
 
 INSERT INTO action_trigger.reactor (module, description) VALUES (