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