When attempting to update my Entity Framework model from the database using Database First, any Navigation Properties that were already present on the Entity models are added again with a numbered suffix (e.g. Order would have Order.Items and Order.Items2).
How can I update the model from the database without having to clear the edmx and create a "fresh" model every time?