Skip to content

Commit e28a769

Browse files
authored
Allow generating migrations from within umbrella app (#294)
1 parent fa42b1b commit e28a769

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/mix/tasks/ecto.gen.migration.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ defmodule Mix.Tasks.Ecto.Gen.Migration do
6161

6262
@impl true
6363
def run(args) do
64-
no_umbrella!("ecto.gen.migration")
6564
repos = parse_repo(args)
6665

6766
Enum.map repos, fn repo ->

0 commit comments

Comments
 (0)