From da5f452db53cbd1547b46004195e56bc9a4bf0f7 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 7 Apr 2024 14:01:34 +0200 Subject: [PATCH] :bug: Fix issue on migration script related to version --- backend/src/app/features/components_v2.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index db4ca2536d..00e8b5f4f4 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -1664,6 +1664,7 @@ (db/update! conn :file {:data (blob/encode (:data file)) :features (db/create-array conn "text" (:features file)) + :version (:version file) :revn (:revn file)} {:id (:id file)})))