mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix problem with migration numbers
This commit is contained in:
parent
ac207e276c
commit
587735a901
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user