-- 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;