Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: generate migrations task support concurrent indexes flag #471

Conversation

ken-kost
Copy link
Contributor

#462

Contributor checklist

  • Bug fixes include regression tests
  • Features include unit/acceptance tests

@@ -22,6 +22,7 @@ defmodule Mix.Tasks.AshPostgres.GenerateMigrations do
* `dry-run` - no files are created, instead the new migration is printed
* `check` - no files are created, returns an exit(1) code if the current snapshots and resources don't fit
* `snapshots-only` - no migrations are generated, only snapshots are stored
* `concurrent-indexes` - new identities will be run in a separate migration (like concurrent custom indexes)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* `concurrent-indexes` - new identities will be run in a separate migration (like concurrent custom indexes)
* `concurrent-indexes` - new identities will be run concurrently and in a separate migration (like concurrent custom indexes)

@zachdaniel zachdaniel merged commit ce539a6 into ash-project:main Jan 31, 2025
51 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants