Add postgres:reset command
See #141.
Use dropdb and createdb to mimic Heroku’s pg:reset command. Pass --force to skip confirmation prompt.
@josegonzalez are there any plans to have this merged in?
It needs a rebase, unfortunately, but yeah, if that happens, why not?
Rebased and pushed.
@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 dokku postgres:reset appname.
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?