5 lines
228 B
SQL
5 lines
228 B
SQL
-- Could not auto-generate a down migration.
|
|
-- Please write an appropriate down migration for the SQL below:
|
|
-- CREATE index idx_messages_unread_agg ON messages (read, isoutbound)
|
|
-- WHERE read = false AND isoutbound = false;
|