aprs.me/priv/repo
Graham McIntire d68f0f2e08
fix: Remove non-immutable NOW() function from index predicate
PostgreSQL requires functions in index predicates to be immutable.
The NOW() function is not immutable, so we simplify the index to
just order by received_at DESC without the WHERE clause.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 14:15:13 -05:00
..
migrations fix: Remove non-immutable NOW() function from index predicate 2025-07-30 14:15:13 -05:00
seeds.exs refactor to use external parser 2025-06-24 14:22:09 -05:00