From 162507264c56c0809caf80fddf8bb3dc9b0222a0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 13 Sep 2024 11:22:20 +0200 Subject: [PATCH] :bug: Reexecute file migration 26 again for shapes that has transform prop as nil --- common/src/app/common/files/defaults.cljc | 2 +- common/src/app/common/files/migrations.cljc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/src/app/common/files/defaults.cljc b/common/src/app/common/files/defaults.cljc index 4c2dd1d96..12351cdf5 100644 --- a/common/src/app/common/files/defaults.cljc +++ b/common/src/app/common/files/defaults.cljc @@ -6,4 +6,4 @@ (ns app.common.files.defaults) -(def version 52) +(def version 53) diff --git a/common/src/app/common/files/migrations.cljc b/common/src/app/common/files/migrations.cljc index 218103f32..797f2fe24 100644 --- a/common/src/app/common/files/migrations.cljc +++ b/common/src/app/common/files/migrations.cljc @@ -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}])