aprs.me/priv/repo
Graham McIntire 42fce1b933
Use runtime pool check instead of Mix.env for migration
Mix.env() is not available in production releases, so we need to check
the repo's pool configuration at runtime instead. In test, the pool is
Ecto.Adapters.SQL.Sandbox which doesn't support CONCURRENTLY, so we
skip index creation. In production/dev, indexes are created normally.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 16:54:10 -05:00
..
migrations Use runtime pool check instead of Mix.env for migration 2025-10-25 16:54:10 -05:00
seeds.exs refactor to use external parser 2025-06-24 14:22:09 -05:00