mirror of
https://github.com/Radarr/Radarr
synced 2026-02-11 17:22:07 +01:00
Merge remote-tracking branch 'refs/remotes/galli-leo/develop' into develop
This commit is contained in:
commit
579602419e
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ protected override void MainDbUpgrade()
|
|||
.WithColumn("SourceTitle").AsString()
|
||||
.WithColumn("Date").AsDateTime()
|
||||
.WithColumn("Quality").AsString()
|
||||
.WithColumn("Data").AsString();
|
||||
.WithColumn("Data").AsString()
|
||||
.WithColumn("MovieId").AsInt32().WithDefaultValue(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue