From f7cfbdd2292a746c614a497d13f8a9a42a3b0411 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 5 Aug 2025 22:05:52 +0200 Subject: [PATCH] :bug: Comment the problematic migration --- common/src/app/common/files/migrations.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/files/migrations.cljc b/common/src/app/common/files/migrations.cljc index a603e9b922..ffa3a1fe1d 100644 --- a/common/src/app/common/files/migrations.cljc +++ b/common/src/app/common/files/migrations.cljc @@ -1618,4 +1618,4 @@ "0007-clear-invalid-strokes-and-fills-v2" "0008-fix-library-colors-v4" "0009-clean-library-colors" - "0009-add-partial-text-touched-flags"])) + #_"0009-add-partial-text-touched-flags"]))