0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

🐛 Fix problem with migration numbers

This commit is contained in:
alonso.torres 2023-10-25 12:17:36 +02:00 committed by Andrey Antukh
parent ac207e276c
commit 587735a901

View file

@ -686,7 +686,14 @@
(assoc data :version cfd/version)
data)
;; FIXME
;; We're temporarily activating all migrations because a problem in
;; the environments messed up with the version numbers
;; When this problem is fixed delete the following line
data (-> data (assoc :version 0))
data (-> data
(cond-> migrate? (pmg/migrate-data))
(update :pages-index relink-shapes)
(update :components relink-shapes)