Migration to fix the People mess up I made (#3303)

This commit is contained in:
Joe Milazzo 2024-10-24 06:40:26 -07:00 committed by GitHub
parent 5abcb2dca6
commit 1d5ba8992c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 0 deletions

View file

@ -273,6 +273,7 @@ public class Startup
// v0.8.4
await MigrateLowestSeriesFolderPath2.Migrate(dataContext, unitOfWork, logger);
await ManualMigrateRemovePeople.Migrate(dataContext, logger);
// Update the version in the DB after all migrations are run
var installVersion = await unitOfWork.SettingsRepository.GetSettingAsync(ServerSettingKey.InstallVersion);