Skip to content

Commit 817eb95

Browse files
authored
Update Migration.rename/3 docs. (#356)
1 parent ea40ea3 commit 817eb95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/ecto/migration.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,9 @@ defmodule Ecto.Migration do
965965
end
966966

967967
@doc """
968-
Renames a column outside of the `alter` statement.
968+
Renames a column.
969+
970+
Note that this occurs outside of the `alter` statement.
969971
970972
## Examples
971973

0 commit comments

Comments
 (0)