mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
46c7429429
* Fixing duped report view for admins. Fixes #1933 * Fixing tests.
3 lines
150 B
SQL
3 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);
|