mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
updated analytics
This commit is contained in:
parent
2deb6822b0
commit
5c03c873b2
7 changed files with 45 additions and 21 deletions
|
@ -12,7 +12,7 @@ namespace NzbDrone.Core.Datastore.Migrations
|
|||
protected override void MainDbUpgrade()
|
||||
{
|
||||
//This should not run unless for a clean install
|
||||
EnviromentProvider.IsNewInstall = true;
|
||||
EnviromentProvider.RegisterNewInstall = true;
|
||||
|
||||
Database.AddTable("Series", new[]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue