From 150c1d6a0957f908ceb11361062519b13c6ff446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 22 Jun 2026 08:13:13 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.102:=20=D1=88=D0=B0=D0=B39=20=E2=80=94=20U?= =?UTF-8?q?NRESOLVED=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20cfthrow=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20UPDATE=20target=20not=20found?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apply_events.cfm | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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 = +