IO-3096 Add indexes for notifications.

This commit is contained in:
Patrick Fic
2025-03-13 15:27:20 -07:00
parent 69da6bccf7
commit b831d8ca8a
8 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- CREATE INDEX idx_notifications_associations_not_read ON notifications(associationid, read) where read is null;