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

@@ -75,7 +75,7 @@ public class MigrateUserDb : IMigrationRoutine
if (row.GetInt32(0) == 0)
{
_logger.LogWarning("Table 'LocalUsersv2' doesn't exist in {UserDbPath}, nothing to migrate", userDbPath);
break;
return;
}
}