0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 Reexecute file migration 26 again for shapes that has transform prop as nil

This commit is contained in:
Andrey Antukh 2024-09-13 11:22:20 +02:00
parent 7e0a8b6227
commit 162507264c
2 changed files with 3 additions and 2 deletions

View file

@ -6,4 +6,4 @@
(ns app.common.files.defaults)
(def version 52)
(def version 53)

View file

@ -1072,4 +1072,5 @@
{:id 49 :migrate-up migrate-up-49}
{:id 50 :migrate-up migrate-up-50}
{:id 51 :migrate-up migrate-up-51}
{:id 52 :migrate-up migrate-up-52}])
{:id 52 :migrate-up migrate-up-52}
{:id 53 :migrate-up migrate-up-26}])