aprs.me/priv
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
..
gettext add more translations 2025-07-18 11:18:04 -05:00
gleam Fix Docker deployment with Gleam integration 2025-07-18 14:06:36 -05:00
repo fix: Remove non-immutable NOW() function from index predicate 2025-07-30 14:15:13 -05:00
static try vector tiles 2025-07-24 10:54:31 -05:00