Skip to content

Commit

Permalink
Migration plan did not match that applied in production
Browse files Browse the repository at this point in the history
  • Loading branch information
sussexrick committed Jul 12, 2023
1 parent aeb62e0 commit b6dee98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public StoolballDataMigrationPlan() : base("StoolballData")
.To<LinkPlayerToMember>(typeof(LinkPlayerToMember).ToString())
.To<LinkPlayerToMemberAsyncUpdate>(typeof(LinkPlayerToMemberAsyncUpdate).ToString())
.To<IndexTeamRouteAndOppositionTeamRoute>(typeof(IndexTeamRouteAndOppositionTeamRoute).ToString())
.To<AddLinkedByToPlayerIdentity>(typeof(AddLinkedByToPlayerIdentity).ToString());
.To<AddRouteSegmentToPlayerIdentity>(typeof(AddRouteSegmentToPlayerIdentity).ToString());
}
}
}

0 comments on commit b6dee98

Please sign in to comment.