We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb14fc0 commit f0283e8Copy full SHA for f0283e8
lib/migration_generator/migration_generator.ex
@@ -912,7 +912,7 @@ defmodule AshPostgres.MigrationGenerator do
912
Path.join(priv, "tenant_migrations")
913
end
914
else
915
- if path = opts.migration_path || config[:tenant_migrations_path] do
+ if path = opts.migration_path || config[:migrations_path] do
916
path
917
918
priv =
lib/repo.ex
@@ -304,6 +304,7 @@ defmodule AshPostgres.Repo do
304
prefer_transaction?: 0,
305
prefer_transaction_for_atomic_updates?: 0,
306
tenant_migrations_path: 0,
307
+ migrations_path: 0,
308
default_prefix: 0,
309
override_migration_type: 1,
310
create?: 0,
0 commit comments