- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
540 B
540 B
| id | type | title | tags | importance | confidence | created | updated | |||
|---|---|---|---|---|---|---|---|---|---|---|
| 1c36a640-3d2d-4d85-8e65-a67aa6ea24de | solution | Added default ordering to batstats GET list endpoint |
|
0.6 | 0.8 | 2026-02-01T01:31:41.148961+00:00 | 2026-02-01T01:31:41.148961+00:00 |
Added .order_by(BattingStat.id) to the BattingStat.select() query in /app/routers_v2/batstats.py at line 75. This ensures consistent row ordering for PostgreSQL migration. The ordering is applied after joins to Card and Player tables.