mirror of
https://github.com/penpot/penpot.git
synced 2025-03-06 21:02:13 -05:00
🐛 Fix issue on new migrations subsystem
This commit is contained in:
parent
d15f0f1fd0
commit
87eeb5031c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue