Skip to content
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

Support "IgnoreChanges" on migrations #4237

Closed
giggio opened this issue Jan 6, 2016 · 5 comments
Closed

Support "IgnoreChanges" on migrations #4237

giggio opened this issue Jan 6, 2016 · 5 comments

Comments

@giggio
Copy link

giggio commented Jan 6, 2016

There is no equivalent for IgnoreChanges when generating migrations right now. Not on powershell, or using ef migrations add. This needs to come to EF7 and is a fundamental part of the migration work, specially for apps that are working with existing tables.

@bricelam
Copy link
Contributor

bricelam commented Jan 6, 2016

See also #2167

@rowanmiller
Copy link
Contributor

This is probably just stating the obvious... but as a workaround for the moment you can generate a migration and then delete the code from the Up/Down methods.

@rowanmiller rowanmiller modified the milestone: Backlog Jan 11, 2016
@rowanmiller
Copy link
Contributor

Team Triage: Reopened the more general issue (#2167) to take a look at this and other existing database related functionality in migrations.

@giggio
Copy link
Author

giggio commented Jan 12, 2016

@rowanmiller #2167 is still closed...

@rowanmiller
Copy link
Contributor

@giggio thanks - guess I moved it but didn't reopen... fixed now

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants