fix: nevermind, can't make migrate recursive

This commit is contained in:
Zach Daniel 2022-12-10 16:20:41 -05:00
parent eebd40459a
commit 48cfadc1fc

View file

@ -4,8 +4,6 @@ defmodule Mix.Tasks.AshPostgres.Migrate do
import AshPostgres.MixHelpers, import AshPostgres.MixHelpers,
only: [migrations_path: 2, tenant_migrations_path: 2, tenants: 2] 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" @shortdoc "Runs the repository migrations for all repositories in the provided (or congigured) apis"
@aliases [ @aliases [