mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 00:28:20 -05:00
🐛 Reexecute file migration 26 again for shapes that has transform prop as nil
This commit is contained in:
parent
7e0a8b6227
commit
162507264c
2 changed files with 3 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
||||||
|
|
||||||
(ns app.common.files.defaults)
|
(ns app.common.files.defaults)
|
||||||
|
|
||||||
(def version 52)
|
(def version 53)
|
||||||
|
|
|
@ -1072,4 +1072,5 @@
|
||||||
{:id 49 :migrate-up migrate-up-49}
|
{:id 49 :migrate-up migrate-up-49}
|
||||||
{:id 50 :migrate-up migrate-up-50}
|
{:id 50 :migrate-up migrate-up-50}
|
||||||
{:id 51 :migrate-up migrate-up-51}
|
{: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}])
|
||||||
|
|
Loading…
Add table
Reference in a new issue