mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
📎 Add missing for-update for the migration 145
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user