mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 08:06:10 +02: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)
|
(assoc data :version cfd/version)
|
||||||
data)
|
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
|
data (-> data
|
||||||
|
|
||||||
(cond-> migrate? (pmg/migrate-data))
|
(cond-> migrate? (pmg/migrate-data))
|
||||||
(update :pages-index relink-shapes)
|
(update :pages-index relink-shapes)
|
||||||
(update :components relink-shapes)
|
(update :components relink-shapes)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue