Angular 19 + Even more bugfixes (#3675)
This commit is contained in:
parent
535165c445
commit
cc3ae7f472
249 changed files with 4400 additions and 4315 deletions
|
@ -285,6 +285,9 @@ public class Startup
|
|||
await ManualMigrateNeedsManualMatch.Migrate(dataContext, logger);
|
||||
await MigrateProgressExportForV085.Migrate(dataContext, directoryService, logger);
|
||||
|
||||
// v0.8.6
|
||||
await ManualMigrateScrobbleSpecials.Migrate(dataContext, logger);
|
||||
|
||||
// Update the version in the DB after all migrations are run
|
||||
var installVersion = await unitOfWork.SettingsRepository.GetSettingAsync(ServerSettingKey.InstallVersion);
|
||||
installVersion.Value = BuildInfo.Version.ToString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue