Migration to fix the People mess up I made (#3303)
This commit is contained in:
parent
5abcb2dca6
commit
1d5ba8992c
2 changed files with 49 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue