4 lines
111 B
SQL
4 lines
111 B
SQL
CREATE INDEX threads_report_id
|
|
ON threads (report_id);
|
|
CREATE INDEX threads_mod_id
|
|
ON threads (mod_id); |