-
-
Notifications
You must be signed in to change notification settings - Fork 97
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 postgres:reset command #164
base: master
Are you sure you want to change the base?
Conversation
@josegonzalez are there any plans to have this merged in? |
It needs a rebase, unfortunately, but yeah, if that happens, why not? |
88a55bb
to
6414925
Compare
Rebased and pushed. |
ab060fa
to
df76601
Compare
@josegonzalez is this good now? |
How about the current status of this PR? |
Anything I can do to help get this merged? I needed this feature today, and while I working around it, I would have loved to be able to simply |
Ping @josegonzalez :-) I'm trying to reset a database in a sandbox application and would find this feature useful as well :-) |
Is there anything we can do to get this PR merged? |
any update on this? |
See #141.
Use
dropdb
andcreatedb
to mimic Heroku’spg:reset
command. Pass--force
to skip confirmation prompt.