📎 Add missing for-update for the migration 145

This commit is contained in:
Andrey Antukh
2026-02-05 18:12:11 +01:00
parent ee88ee63a2
commit 2ccb33ba89

View File

@@ -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]