From 2ccb33ba89fc0a004a25659b397aba8cd321550f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 5 Feb 2026 18:12:11 +0100 Subject: [PATCH] :paperclip: Add missing for-update for the migration 145 --- backend/src/app/migrations/clj/migration_0145.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/app/migrations/clj/migration_0145.clj b/backend/src/app/migrations/clj/migration_0145.clj index 9a24ae35b8..bfb674be72 100644 --- a/backend/src/app/migrations/clj/migration_0145.clj +++ b/backend/src/app/migrations/clj/migration_0145.clj @@ -65,7 +65,8 @@ (def ^:private sql:get-profiles "SELECT id, props FROM profile WHERE props ?? '~:plugins' - ORDER BY created_at") + ORDER BY created_at + FOR UPDATE") (defn migrate [conn]