We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54fa04 commit 41ed13eCopy full SHA for 41ed13e
1 file changed
lib/ecto/migration.ex
@@ -1549,7 +1549,11 @@ defmodule Ecto.Migration do
1549
struct!(%Constraint{table: table, name: name}, opts)
1550
end
1551
1552
- @doc "Executes queue migration commands."
+ @doc """
1553
+ Execute all changes specified by the migration so far.
1554
+
1555
+ See [Executing and flushing](#module-executing-and-flushing).
1556
+ """
1557
defmacro flush do
1558
quote do
1559
if direction() == :down and not function_exported?(__MODULE__, :down, 0) do
0 commit comments