mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Add series changes
This commit is contained in:
parent
19dfd49ad3
commit
684a72792a
7 changed files with 32 additions and 17 deletions
|
@ -27,6 +27,8 @@ namespace NzbDrone.Core.Datastore.Migration
|
|||
.WithColumn("Overview").AsString().Nullable()
|
||||
.WithColumn("AirTime").AsString().Nullable()
|
||||
.WithColumn("Images").AsString()
|
||||
.WithColumn("RootFolderId").AsInt32()
|
||||
.WithColumn("Folder").AsString().NotNullable()
|
||||
.WithColumn("Path").AsString().Unique()
|
||||
.WithColumn("Monitored").AsBoolean()
|
||||
.WithColumn("QualityProfileId").AsInt32()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue