mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
✨ Reapply again all file migrations on comp-v2 migration
This commit is contained in:
parent
e6766bac8f
commit
66c07e1336
1 changed files with 4 additions and 0 deletions
|
@ -1052,6 +1052,10 @@
|
|||
(update :data assoc :id id)
|
||||
(update :data fdata/process-pointers deref)
|
||||
(update :data fdata/process-objects (partial into {}))
|
||||
(update :data (fn [data]
|
||||
(if (> (:version data) 22)
|
||||
(assoc data :version 22)
|
||||
data)))
|
||||
(fmg/migrate-file))))
|
||||
|
||||
(defn- get-team
|
||||
|
|
Loading…
Reference in a new issue