mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Add series uses all available information
This commit is contained in:
parent
bfb167c374
commit
23acb3a9ae
6 changed files with 19 additions and 22 deletions
|
@ -29,7 +29,6 @@ namespace NzbDrone.Core.Datastore.Migration
|
|||
.WithColumn("Images").AsString()
|
||||
.WithColumn("RootFolderId").AsInt32()
|
||||
.WithColumn("Folder").AsString().NotNullable()
|
||||
.WithColumn("Path").AsString().Unique()
|
||||
.WithColumn("Monitored").AsBoolean()
|
||||
.WithColumn("QualityProfileId").AsInt32()
|
||||
.WithColumn("SeasonFolder").AsBoolean()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue