apollo-backend/migrations/000008_add_watcher_type_and_id_index_to_watchers.up.sql

2 lines
90 B
MySQL
Raw Permalink Normal View History

2022-05-22 23:35:03 +00:00
CREATE INDEX watchers_type_watchee_id_idx ON watchers(type int4_ops,watchee_id int4_ops);