claude-memory/graph/fixes/added-default-order-by-id-to-notifications-list-endpoint-ad7d61.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

480 B

id type title tags importance confidence created updated
ad7d6151-b1d9-4ee6-b31e-16bd338181f5 fix Added default ORDER BY id to notifications list endpoint
paper-dynasty
postgresql
migration
ordering
0.6 0.8 2026-02-01T01:29:12.408391+00:00 2026-02-01T01:29:12.408391+00:00

Modified GET /api/v2/notifs endpoint in app/routers_v2/notifications.py to add order_by(Notification.id) to ensure consistent row ordering for PostgreSQL migration compatibility.