Skip to content

Commit

Permalink
updated docs to match rollback behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos authored Jan 21, 2021
1 parent 417dd1b commit 5dee18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Next, create a namespace to manage the migrations:
;apply pending migrations
(migratus/migrate config)

;rollback the last migration applied
;rollback the migration with the latest timestamp
(migratus/rollback config)

;bring up migrations matching the ids
Expand Down Expand Up @@ -307,7 +307,7 @@ To apply pending migrations:

- Run `lein migratus migrate`

To rollback the last migration that was applied run:
To rollback the migration with the last creation timestamp:

- Run `lein migratus rollback`

Expand Down

0 comments on commit 5dee18c

Please sign in to comment.