0
Fork 0
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:
Andrey Antukh 2025-01-31 14:09:09 +01:00
parent d15f0f1fd0
commit 87eeb5031c

View file

@ -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