mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
More updates to Datastore
This commit is contained in:
parent
76d029361b
commit
ecc2a7e2f6
6 changed files with 131 additions and 50 deletions
|
@ -56,7 +56,7 @@ namespace NzbDrone.Core
|
|||
|
||||
LogConfiguration.Setup();
|
||||
|
||||
Migrations.Run(Connection.MainConnectionString);
|
||||
Migrations.Run(Connection.MainConnectionString, true);
|
||||
ForceMigration(_kernel.Get<IRepository>());
|
||||
|
||||
SetupDefaultQualityProfiles(_kernel.Get<IRepository>()); //Setup the default QualityProfiles on start-up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue