Few fixes from last PR (#2160)
* Added a migration for existing ratings * Fixed duplicating web links and changed so it has the see more functionality. * One more unit test
This commit is contained in:
parent
cae8f45ad1
commit
ce04e7421b
5 changed files with 85 additions and 7 deletions
|
|
@ -247,6 +247,9 @@ public class Startup
|
|||
// v0.7.4
|
||||
await MigrateDisableScrobblingOnComicLibraries.Migrate(unitOfWork, dataContext, logger);
|
||||
|
||||
// v0.7.6
|
||||
await MigrateExistingRatings.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