Add full migration for IsFolder flag

This commit is contained in:
JPVenson
2025-07-30 19:58:56 +00:00
parent 711e649e35
commit a1eb04dc0b
2 changed files with 76 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ internal class MigrateLibraryDb : IDatabaseMigrationRoutine
operation.JellyfinDbContext.AncestorIds.ExecuteDelete();
}
// notify the other migration to just silently abort because the fix has been applied here already.
ReseedFolderFlag.RerunGuardFlag = true;
var legacyBaseItemWithUserKeys = new Dictionary<string, BaseItemEntity>();
connection.Open();