diff --git a/DysonNetwork.Drive/Storage/FileMigrationService.cs b/DysonNetwork.Drive/Storage/FileMigrationService.cs index dfa2f59d..856c8e23 100644 --- a/DysonNetwork.Drive/Storage/FileMigrationService.cs +++ b/DysonNetwork.Drive/Storage/FileMigrationService.cs @@ -12,7 +12,6 @@ public class FileMigrationService(AppDatabase db, ILogger var cloudFiles = await db.Files .Where(f => f.ObjectId == null && - f.StorageId != null && f.PoolId != null && !db.FileObjects.Any(fo => fo.Id == f.Id) )