From 36016ad9efbcb5ab3e93392c36b7c7e4ad29116d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 30 Dec 2021 16:02:06 +0100 Subject: [PATCH] :sparkles: Store changes on file_change table as vector. --- backend/src/app/rpc/mutations/files.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/app/rpc/mutations/files.clj b/backend/src/app/rpc/mutations/files.clj index ac137f6ff..4e787d43d 100644 --- a/backend/src/app/rpc/mutations/files.clj +++ b/backend/src/app/rpc/mutations/files.clj @@ -312,6 +312,8 @@ (mapcat :changes changes-with-metadata) changes) + changes (vec changes) + ;; Trace the number of changes processed _ ((::mtx/fn mtx1) {:by (count changes)})