Missing Migration (#2790)
This commit is contained in:
parent
2b6fd1224f
commit
f443e513d1
11 changed files with 387 additions and 29 deletions
|
|
@ -255,7 +255,9 @@ public class Startup
|
|||
// v0.8.0
|
||||
await MigrateVolumeLookupName.Migrate(dataContext, unitOfWork, logger);
|
||||
await MigrateChapterNumber.Migrate(dataContext, logger);
|
||||
await MigrateMixedSpecials.Migrate(dataContext, unitOfWork, logger);
|
||||
await MigrateProgressExport.Migrate(dataContext, directoryService, logger);
|
||||
await MigrateMixedSpecials.Migrate(dataContext, unitOfWork, directoryService, logger);
|
||||
await MigrateLooseLeafChapters.Migrate(dataContext, unitOfWork, directoryService, logger);
|
||||
await MigrateChapterFields.Migrate(dataContext, unitOfWork, logger);
|
||||
await MigrateChapterRange.Migrate(dataContext, unitOfWork, logger);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue