Skip to content

Commit

Permalink
Document down command
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Aug 8, 2016
1 parent b2ca8aa commit 54b58d8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ $ go get -u github.com/amacneil/dbmate
## Commands

```sh
dbmate # print help
dbmate new # generate a new migration file
dbmate up # create the database (if it does not already exist) and run any pending migrations
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 # print help
dbmate new # generate a new migration file
dbmate up # create the database (if it does not already exist) and run any pending migrations
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
Expand Down

0 comments on commit 54b58d8

Please sign in to comment.