Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mix/tasks/ecto.migrate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ defmodule Mix.Tasks.Ecto.Migrate do

* `--to` - run all migrations up to and including version

* `--to-exclusive` - revert all migrations down to and excluding version
* `--to-exclusive` - run all migrations up to and excluding version

"""

Expand Down