We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45011b commit fc9c4c6Copy full SHA for fc9c4c6
1 file changed
lib/mix/tasks/ash_postgres.generate_migrations.ex
@@ -8,7 +8,8 @@ defmodule Mix.Tasks.AshPostgres.GenerateMigrations do
8
9
Options:
10
11
- * `domains` - a comma separated list of Domain modules, for which migrations will be generated
+ * `domains` - a comma separated list of Domain modules, for which migrations will be generated.
12
+ Defaults to the domains configured in the application's `:ash_domains` configuration.
13
* `snapshot-path` - a custom path to store the snapshots, defaults to "priv/repo_name/resource_snapshots"
14
* `migration-path` - a custom path to store the migrations, defaults to "priv/repo_name/migrations".
15
Migrations are stored in a folder for each repo, so `priv/repo_name/migrations`
0 commit comments