Skip to content

Commit

Permalink
Clarify what instructions are, closes #588
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 19, 2024
1 parent 33b8f34 commit e498963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ecto/migration.ex
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ defmodule Ecto.Migration do
## Executing and flushing
Instructions inside of migrations are not executed immediately. Instead
they are performed after the relevant `up`, `change`, or `down` callback
terminates.
Most functions in this module, when executed inside of migrations,
are not executed immediately. Instead they are performed after the
relevant `up`, `change`, or `down` callback terminates.
However, in some situations you may want to guarantee that all of the
previous steps have been executed before continuing. This is useful when
Expand Down

0 comments on commit e498963

Please sign in to comment.