- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
517 B
517 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5ad98df5-dbbb-4605-bd24-c095d0827dcb | fix | Add default ORDER BY id to GameRewards.select() list endpoint |
|
0.6 | 0.8 | 2026-02-01T01:29:10.023762+00:00 | 2026-02-01T01:29:10.023762+00:00 |
Modified gamerewards.py GET list endpoint to use GameRewards.select().order_by(GameRewards.id) for PostgreSQL migration compatibility. Ensures consistent row ordering across SQLite and PostgreSQL backends.