Files
2025-03-13 15:27:20 -07:00

2 lines
111 B
SQL

CREATE INDEX idx_notifications_associations_not_read ON notifications(associationid, read) where read is null;