[backend/drive] Fix object storage migrator db query warnings
This commit is contained in:
parent
51f0890c36
commit
dd22bd5393
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public class StorageMaintenanceService(
|
|||
.Where(p => p.StoredInternal && !p.IsLink)
|
||||
.GroupBy(p => p.AccessKey)
|
||||
.Select(p => p.Key)
|
||||
.OrderBy(p => p)
|
||||
.Take(100)
|
||||
.ToListAsync();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue