Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected override Task Seed33046(DbContext ctx)
VALUES(N'[{"RoundNumber":11,"SubRounds":[{"SubRoundNumber":111},{"SubRoundNumber":112}]}]', 1)
""");

protected override Task SeedArrayOfPrimitives(DbContext ctx)
protected new Task SeedArrayOfPrimitives(DbContext ctx)
{
var entity1 = new MyEntityArrayOfPrimitives
{
Expand Down
Loading