We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b8f34 commit e498963Copy full SHA for e498963
1 file changed
lib/ecto/migration.ex
@@ -163,9 +163,9 @@ defmodule Ecto.Migration do
163
164
## Executing and flushing
165
166
- Instructions inside of migrations are not executed immediately. Instead
167
- they are performed after the relevant `up`, `change`, or `down` callback
168
- 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.
169
170
However, in some situations you may want to guarantee that all of the
171
previous steps have been executed before continuing. This is useful when
0 commit comments