mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
In the about page, we list a certain number of category moderators. This rewrites the SQL query used to retrieve the most recent category moderators in order to perform better with a large number of users/categories/category moderators. TIL: you can ORDER BY inside an ARRAY_AGG in postgres TIL: you can slide ARRAYS in postgres