.kavitaignore no more (#2442)
This commit is contained in:
parent
cd27efecdd
commit
7221501c4d
91 changed files with 5968 additions and 1026 deletions
|
@ -243,6 +243,7 @@ public class Startup
|
|||
|
||||
// v0.7.11
|
||||
await MigrateSmartFilterEncoding.Migrate(unitOfWork, dataContext, logger);
|
||||
await MigrateLibrariesToHaveAllFileTypes.Migrate(unitOfWork, 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