Merge pull request #240 from k-yomo/fix/typo

Fix typo in README for CLI
This commit is contained in:
Dale Hui 2019-06-23 22:08:45 -07:00 committed by GitHub
commit 5399892051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```