Merge remote-tracking branch 'refs/remotes/galli-leo/develop' into develop

pull/2/head
Tim Turner 8 years ago
commit 579602419e

@ -17,7 +17,8 @@ namespace NzbDrone.Core.Datastore.Migration
.WithColumn("SourceTitle").AsString()
.WithColumn("Date").AsDateTime()
.WithColumn("Quality").AsString()
.WithColumn("Data").AsString();
.WithColumn("Data").AsString()
.WithColumn("MovieId").AsInt32().WithDefaultValue(0);
}
}
}

Loading…
Cancel
Save