Last issue before release (#2681)
This commit is contained in:
parent
149c30b138
commit
355ea24db6
6 changed files with 72 additions and 35 deletions
|
|
@ -250,6 +250,7 @@ public class Startup
|
|||
await MigrateVolumeNumber.Migrate(unitOfWork, dataContext, logger);
|
||||
await MigrateWantToReadImport.Migrate(unitOfWork, directoryService, logger);
|
||||
await MigrateManualHistory.Migrate(dataContext, logger);
|
||||
await MigrateClearNightlyExternalSeriesRecords.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