diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index db4ca2536..00e8b5f4f 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)})))