mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Store QualityPofile properly
This commit is contained in:
parent
e9b9e63f7a
commit
b6ac7638a1
9 changed files with 80 additions and 10 deletions
|
@ -105,7 +105,7 @@ namespace NzbDrone.Core.Datastore.Migration
|
|||
.WithColumn("Id").AsInt32().PrimaryKey().Identity()
|
||||
.WithColumn("CleanTitle").AsString().NotNullable()
|
||||
.WithColumn("SceneName").AsString().NotNullable()
|
||||
.WithColumn("SeriesId").AsInt32().NotNullable()
|
||||
.WithColumn("TvdbId").AsInt32().NotNullable()
|
||||
.WithColumn("SeasonNumber").AsInt32().NotNullable();
|
||||
|
||||
Create.Table("Seasons")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue