mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Remove constraint for TvRageId from Series table
This commit is contained in:
@@ -9,6 +9,7 @@ namespace NzbDrone.Core.Datastore.Migration
|
||||
protected override void MainDbUpgrade()
|
||||
{
|
||||
Alter.Table("Series")
|
||||
.AlterColumn("TvRageId").AsInt32()
|
||||
.AlterColumn("ImdbId").AsString().Nullable()
|
||||
.AlterColumn("TitleSlug").AsString().Nullable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user