Backport pull request #15322 from jellyfin/release-10.11.z

Fix legacy migration file checks

Original-merge: da254ee968

Merged-by: crobibero <cody@robibe.ro>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
crobibero
2025-11-02 21:58:43 -05:00
committed by Joshua M. Boniface
parent 1ccd10863e
commit c9d93b0745
4 changed files with 40 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ namespace Jellyfin.Server.Migrations.Routines
if (row.GetInt32(0) == 0)
{
_logger.LogWarning("Table 'ActivityLog' doesn't exist in {ActivityLogPath}, nothing to migrate", activityLogPath);
break;
return;
}
}