mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 23:36:38 +01:00
Fix ordering of cleanup in migration
This commit is contained in:
@@ -225,8 +225,8 @@ internal class MigrateLinkedChildren : IDatabaseMigrationRoutine
|
||||
_logger.LogInformation("LinkedChildren migration completed. Processed {Count} items.", processedCount);
|
||||
|
||||
CleanupWrongTypeAlternateVersions(context);
|
||||
CleanupOrphanedLinkedChildren(context);
|
||||
CleanupOrphanedAlternateVersionBaseItems(context);
|
||||
CleanupOrphanedLinkedChildren(context);
|
||||
}
|
||||
|
||||
private void CleanupWrongTypeAlternateVersions(JellyfinDbContext context)
|
||||
|
||||
Reference in New Issue
Block a user