We should have a db reset command that does drop then create then prepare (maybe can avoid the 'create' since prepare can do that too)
Original:
It'd be nice to able to do:
HANAMI_ENV=test hanami db drop create prepare
Instead, now this only drops the DB and ignores the other args.
We should have a
db resetcommand that does drop then create then prepare (maybe can avoid the 'create' since prepare can do that too)Original: