WangDL 8a6b103571
Some checks failed
Deploy API Server / build-and-deploy (push) Has been cancelled
fix: add createdAt index to ReviewCard model to fix slow admin page load
The admin review list query uses ORDER BY createdAt DESC but there was no
index on createdAt, causing full table scan + filesort on large tables.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 19:55:01 +08:00
..