apollo-backend/migrations/000008_add_watcher_type_and_id_index_to_watchers.up.sql
2022-05-22 19:35:03 -04:00

2 lines
90 B
SQL

CREATE INDEX watchers_type_watchee_id_idx ON watchers(type int4_ops,watchee_id int4_ops);