You've already forked AstralRinth
forked from didirus/AstralRinth
Optimizations (#676)
This commit is contained in:
4
migrations/20230808043323_threads-index.sql
Normal file
4
migrations/20230808043323_threads-index.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE INDEX threads_report_id
|
||||
ON threads (report_id);
|
||||
CREATE INDEX threads_mod_id
|
||||
ON threads (mod_id);
|
||||
Reference in New Issue
Block a user