mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-10 02:54:49 +00:00
2 lines
150 B
SQL
2 lines
150 B
SQL
create index idx_comment_report_published on comment_report (published desc);
|
|
create index idx_post_report_published on post_report (published desc);
|