Fix table name for Alternative Titles migrations

pull/9926/head
Bogdan 4 months ago
parent ff0a04c331
commit 358ff0c130

@ -8,7 +8,7 @@ namespace NzbDrone.Core.Datastore.Migration
{
protected override void MainDbUpgrade()
{
if (!Schema.Table("alternative_titles").Exists())
if (!Schema.Table("AlternativeTitles").Exists())
{
Create.TableForModel("AlternativeTitles")
.WithColumn("MovieId").AsInt64().NotNullable()

Loading…
Cancel
Save