Files
bodyshop/hasura/migrations/1730521661838_run_sql_migration/down.sql
2024-11-01 21:33:03 -07:00

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;