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

4 lines
224 B
SQL

-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- CREATE INDEX idx_notifications_created_at_not_read ON notifications(created_at desc, read) where read is null;