diff --git a/apply_events.cfm b/apply_events.cfm index 732e84d..8228bf0 100644 --- a/apply_events.cfm +++ b/apply_events.cfm @@ -130,8 +130,21 @@ - - + + + INSERT INTO spec_events (contract_id, supplement_id, seq, action, new_values, comment, status) + VALUES ( + , + , + , + 'UNRESOLVED', + ::jsonb, + , + 'pending' + ) + + + @@ -166,6 +179,7 @@ AND name_hash = +