robin 0bc6d8226e fix: remove problematic DATE() index from api_usage table
PostgreSQL requires functions in indexes to be marked IMMUTABLE.
Removed idx_api_usage_user_date composite index that used DATE().
Remaining indexes (user_id, api_type, created_at) still provide
good query performance for daily limit checks.
2025-12-18 13:59:14 +01:00
2025-12-17 23:12:53 +01:00
2025-12-18 00:39:56 +01:00
2025-12-18 12:22:34 +01:00
2025-12-18 12:22:34 +01:00
2025-12-17 23:12:53 +01:00
2025-12-17 23:12:53 +01:00
2025-12-17 23:12:53 +01:00
Description
No description provided
229 MiB
Languages
TypeScript 95.6%
PLpgSQL 3.4%
JavaScript 0.8%
CSS 0.2%