Modrinth/apps/labrinth/migrations/20230808043323_threads-index.sql
2024-10-16 14:11:42 -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);