-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review how we create/handle indexes in Reverse Engineer #3710
Comments
Per discussion on 11/24/15 with @rowanmiller and @ajcvickers we need the following:
Issue #3642 was addressed by commit 9b8ea39 and PR #3764. |
Note to self: point 3 above is already done (see https://github.com/aspnet/EntityFramework/blob/dev/src/EntityFramework.Relational.Design/RelationalScaffoldingModelFactory.cs#L303). |
Note: for point 2 above the correct API is |
Fix checked in with commit dbb5c9f. |
We've had a few issues around indexes, so rather than making isolated decisions without the all-up context we are creating an issue to take a holistic look at what we do.
Can you put together a summary of how we handle indexes and what needs to change. This should include the things discussed in:
The text was updated successfully, but these errors were encountered: