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

Reset/Squash Migrations #46

Closed
badsyntax opened this issue Jan 13, 2023 · 0 comments · Fixed by #47
Closed

Reset/Squash Migrations #46

badsyntax opened this issue Jan 13, 2023 · 0 comments · Fixed by #47
Assignees
Labels
enhancement New feature or request

Comments

@badsyntax
Copy link
Owner

It'll be useful to have a "Reset to Here" feature to reset/squash migrations. This involves:

  • Undoing migrations
  • Removing migrations
  • Adding a new migration

See: https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/managing?tabs=dotnet-core-cli#resetting-all-migrations

@badsyntax badsyntax added the enhancement New feature or request label Jan 13, 2023
@badsyntax badsyntax self-assigned this Jan 13, 2023
badsyntax added a commit that referenced this issue Jan 13, 2023
Add reset / squash migrations feature. Fixes #46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant