Fix typo in README for CLI

This commit is contained in:
k-yomo 2019-06-23 18:46:05 +09:00
parent cde3cfc30d
commit 8d9d92b7b1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ 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 everyting inside database
drop Drop everything inside database
force V Set version V but don't run migration (ignores dirty state)
version Print current migration version
```