From a7743870116d398480f6ea036c368a5716bd3181 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 8 Aug 2025 11:00:15 +0200 Subject: [PATCH] WIP --- backend/src/app/features/fdata.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/app/features/fdata.clj b/backend/src/app/features/fdata.clj index cb963262b6..e056d95976 100644 --- a/backend/src/app/features/fdata.clj +++ b/backend/src/app/features/fdata.clj @@ -391,8 +391,7 @@ FROM file AS f WHERE f.data IS NOT NULL WINDOW w AS (order by f.modified_at ASC) - ORDER BY f.modified_at ASC - LIMIT 100") + ORDER BY f.modified_at ASC") (defn migrate-to-storage "Migrate the current existing files to store data in new storage