Skip to content

Commit

Permalink
Document drop -f in migrate -help (#459)
Browse files Browse the repository at this point in the history
* Document drop -f in migrate -help

* Document drop -f in migrate -help 2
  • Loading branch information
neomantra authored Oct 17, 2020
1 parent 91deba8 commit f76b94a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Commands:
goto V Migrate to version V
up [N] Apply all or N up migrations
down [N] Apply all or N down migrations
drop Drop everything inside database
drop [-f] Drop everything inside database
Use -f to bypass confirmation
force V Set version V but don't run migration (ignores dirty state)
version Print current migration version
Expand Down

0 comments on commit f76b94a

Please sign in to comment.