mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 11:34:02 +00:00
🐛 Increase version numbers for ensure execute migrations again
This commit is contained in:
parent
e9914d5265
commit
e78edca5a8
@ -6,4 +6,4 @@
|
||||
|
||||
(ns app.common.files.defaults)
|
||||
|
||||
(def version 24)
|
||||
(def version 28)
|
||||
|
||||
@ -437,7 +437,7 @@
|
||||
(update :pages-index update-vals update-container)
|
||||
(update :components update-vals update-container))))
|
||||
|
||||
(defmethod migrate 21
|
||||
(defmethod migrate 25
|
||||
[data]
|
||||
(letfn [(update-object [object]
|
||||
(-> object
|
||||
@ -449,7 +449,7 @@
|
||||
(update :pages-index update-vals update-container)
|
||||
(update :components update-vals update-container))))
|
||||
|
||||
(defmethod migrate 22
|
||||
(defmethod migrate 26
|
||||
[data]
|
||||
(letfn [(update-object [object]
|
||||
(cond-> object
|
||||
@ -466,7 +466,7 @@
|
||||
(update :pages-index update-vals update-container)
|
||||
(update :components update-vals update-container))))
|
||||
|
||||
(defmethod migrate 23
|
||||
(defmethod migrate 27
|
||||
[data]
|
||||
(letfn [(update-object [object]
|
||||
(cond-> object
|
||||
@ -493,7 +493,7 @@
|
||||
(update :pages-index update-vals update-container)
|
||||
(update :components update-vals update-container))))
|
||||
|
||||
(defmethod migrate 24
|
||||
(defmethod migrate 28
|
||||
[data]
|
||||
(letfn [(update-object [objects object]
|
||||
(let [frame-id (:frame-id object)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user