Add db reset command
Open
enhancement
- Dominant language
- Ruby
- Stars
- 33
- Forks
- 55
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.