aprs.me/priv/repo
Graham McIntire d9f7cd4e56
Skip concurrent index creation in test environment
The migration was timing out in CI because CONCURRENTLY cannot run
inside transactions (required by the test sandbox). Now the migration
skips index creation entirely in test mode, which is fine since the
test database has no data.

In production, indexes are still created with CONCURRENTLY to avoid
table locking.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 16:52:47 -05:00
..
migrations Skip concurrent index creation in test environment 2025-10-25 16:52:47 -05:00
seeds.exs refactor to use external parser 2025-06-24 14:22:09 -05:00