mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
BacklogSetting refactoring.
This commit is contained in:
parent
3a5d99921e
commit
02cb12bdb8
15 changed files with 75 additions and 76 deletions
|
@ -8,8 +8,7 @@ namespace NzbDrone.Core.Datastore.Migrations
|
|||
{
|
||||
protected override void MainDbUpgrade()
|
||||
{
|
||||
Database.AddColumn("Series", "BacklogStatus", DbType.Int32, ColumnProperty.Null);
|
||||
Database.ExecuteNonQuery("UPDATE Series SET BacklogStatus = 2");
|
||||
Database.AddColumn("Series", "BacklogSetting", DbType.Int32, ColumnProperty.Null);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue