Skip to content

Commit

Permalink
docs: fix mention of dont-drop-columns option (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonagam authored Dec 17, 2024
1 parent 25882e9 commit ff1e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ash_postgres.generate_migrations.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Mix.Tasks.AshPostgres.GenerateMigrations do
* `migration-path` - a custom path to store the migrations, defaults to "priv/repo_name/migrations".
Migrations are stored in a folder for each repo, so `priv/repo_name/migrations`
* `tenant-migration-path` - Same as `migration_path`, except for tenant-specific migrations
* `drop-columns` - whether or not to drop columns as attributes are removed. See below for more
* `dont-drop-columns` - whether or not to drop columns as attributes are removed. See below for more
* `name` -
names the generated migrations, prepending with the timestamp. The default is `migrate_resources_<n>`,
where `<n>` is the count of migrations matching `*migrate_resources*` plus one.
Expand Down

0 comments on commit ff1e10e

Please sign in to comment.