Modrinth/migrations/20230808043323_threads-index.sql
2023-08-07 23:05:08 -07:00

4 lines
111 B
SQL

CREATE INDEX threads_report_id
ON threads (report_id);
CREATE INDEX threads_mod_id
ON threads (mod_id);