mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Adds two indexes to eliminate full table scans at scale: - idx_notifications_created_on (created_on DESC) for purge and unfiltered listing - idx_notifications_is_new_created_on (is_new, created_on DESC) for filtered listing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>