Skip to content

Commit fc9c4c6

Browse files
docs: add domain info to mix ash_postgres.generate_migrations (#783)
closes #145
1 parent f45011b commit fc9c4c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/mix/tasks/ash_postgres.generate_migrations.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ defmodule Mix.Tasks.AshPostgres.GenerateMigrations do
88
99
Options:
1010
11-
* `domains` - a comma separated list of Domain modules, for which migrations will be generated
11+
* `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.
1213
* `snapshot-path` - a custom path to store the snapshots, defaults to "priv/repo_name/resource_snapshots"
1314
* `migration-path` - a custom path to store the migrations, defaults to "priv/repo_name/migrations".
1415
Migrations are stored in a folder for each repo, so `priv/repo_name/migrations`

0 commit comments

Comments
 (0)