We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa42b1b commit e28a769Copy full SHA for e28a769
1 file changed
lib/mix/tasks/ecto.gen.migration.ex
@@ -61,7 +61,6 @@ defmodule Mix.Tasks.Ecto.Gen.Migration do
61
62
@impl true
63
def run(args) do
64
- no_umbrella!("ecto.gen.migration")
65
repos = parse_repo(args)
66
67
Enum.map repos, fn repo ->
0 commit comments