Skip to content

Commit 41ed13e

Browse files
authored
Link to the explanation section (#632)
1 parent e54fa04 commit 41ed13e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/ecto/migration.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,11 @@ defmodule Ecto.Migration do
15491549
struct!(%Constraint{table: table, name: name}, opts)
15501550
end
15511551

1552-
@doc "Executes queue migration commands."
1552+
@doc """
1553+
Execute all changes specified by the migration so far.
1554+
1555+
See [Executing and flushing](#module-executing-and-flushing).
1556+
"""
15531557
defmacro flush do
15541558
quote do
15551559
if direction() == :down and not function_exported?(__MODULE__, :down, 0) do

0 commit comments

Comments
 (0)