mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
🐛 Fix issue on new migrations subsystem
This commit is contained in:
parent
d15f0f1fd0
commit
87eeb5031c
@ -81,7 +81,7 @@
|
||||
(take-while #(<= % version))
|
||||
(map #(str "legacy-" %))
|
||||
(filter #(contains? available-migrations %)))
|
||||
result (transduce xform conj (d/ordered-set) (range 1 65))]
|
||||
result (transduce xform conj (d/ordered-set) (range 1 (inc cfd/version)))]
|
||||
result))
|
||||
|
||||
(defn migrate-file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user