apollo-backend/migrations/000008_add_watcher_type_and...

2 lines
90 B
SQL

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