Document down command

This commit is contained in:
Adrian Macneil 2016-08-07 23:28:30 -07:00
parent b2ca8aad36
commit 54b58d850e

View file

@ -73,6 +73,7 @@ dbmate create # create the database
dbmate drop # drop the database
dbmate migrate # run any pending migrations
dbmate rollback # roll back the most recent migration
dbmate down # alias for rollback
```
## Usage