-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add drop database support for PostgreSQL #6
Comments
Yes please |
Will we are waiting for the drop, you can do something like this in the meantime:
|
Given there hasn't been any movement here lately, and this feature would make some of my current projects easier, I'm currently working on this issue. |
What about using context.Database.EnsureDeleted()? Works like a charm for me. |
@MollsAndHersh Unfortunately |
@dncnkrs any luck with this feature? |
@Obish there has been a PR for this since 2020-11-07 (see PR 538). @droyad is there anyway we can help with getting this issue/PR finished? |
I would like to make a PR to add drop database support for PostgreSQL. Should I go ahead and make a PR for this @AdrianJSClark @droyad ?
The text was updated successfully, but these errors were encountered: