mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Document down command
This commit is contained in:
parent
b2ca8aad36
commit
54b58d850e
1 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue