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:
parent
ac207e276c
commit
587735a901
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue