From 606ab596a1cc90b0b9038a79e3d233ad7ba34de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 22 Jun 2026 07:51:56 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.100:=20fix=20=E2=80=94=20=D1=83=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=BB=20FOR=20UPDATE=20(=D0=BD=D0=B5=D1=81=D0=BE?= =?UTF-8?q?=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=B8=D0=BC=20=D1=81=20MAX)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apply_events.cfm | 1 - 1 file changed, 1 deletion(-) diff --git a/apply_events.cfm b/apply_events.cfm index b620741..7a84296 100644 --- a/apply_events.cfm +++ b/apply_events.cfm @@ -29,7 +29,6 @@ SELECT COALESCE(MAX(seq), 0) as m FROM spec_events WHERE contract_id = - FOR UPDATE