mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
📎 Add missing for-update for the migration 145
This commit is contained in:
parent
ee88ee63a2
commit
2ccb33ba89
@ -65,7 +65,8 @@
|
|||||||
(def ^:private sql:get-profiles
|
(def ^:private sql:get-profiles
|
||||||
"SELECT id, props FROM profile
|
"SELECT id, props FROM profile
|
||||||
WHERE props ?? '~:plugins'
|
WHERE props ?? '~:plugins'
|
||||||
ORDER BY created_at")
|
ORDER BY created_at
|
||||||
|
FOR UPDATE")
|
||||||
|
|
||||||
(defn migrate
|
(defn migrate
|
||||||
[conn]
|
[conn]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user