diff --git a/lib/mix/tasks/ash_postgres.migrate.ex b/lib/mix/tasks/ash_postgres.migrate.ex index 3bfa04f..abd6036 100644 --- a/lib/mix/tasks/ash_postgres.migrate.ex +++ b/lib/mix/tasks/ash_postgres.migrate.ex @@ -4,8 +4,6 @@ defmodule Mix.Tasks.AshPostgres.Migrate do import AshPostgres.MixHelpers, only: [migrations_path: 2, tenant_migrations_path: 2, tenants: 2] - @recursive true - @shortdoc "Runs the repository migrations for all repositories in the provided (or congigured) apis" @aliases [