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

🔥 Removed UseMigrationsEndPoint feature. #979

Merged
merged 1 commit into from
Aug 29, 2023
Merged

🔥 Removed UseMigrationsEndPoint feature. #979

merged 1 commit into from
Aug 29, 2023

Conversation

deceptiveSimplicity
Copy link
Contributor

@deceptiveSimplicity deceptiveSimplicity commented Aug 29, 2023

I propose removing the migration endpoint. Currently, the migration endpoint is only added when the application is in the IsDevelopment() environment. However, we already have automatic database migration implemented through the InitialiseDatabaseAsync()InitialiseAsync()MigrateAsync() flow. As a result, the migration endpoint is redundant and can be safely removed.

@jasontaylordev jasontaylordev merged commit c66acd2 into jasontaylordev:main Aug 29, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants