flake8
passed.
JSHint
passed.
Review Request #12351 — Created June 10, 2022 and submitted
This updates the new
User.get_local_site_stats()method to avoid
having to perform JOINs between aUserand aLocalSiteby way of
usersoradmins. We now use thethroughtables instead to build
the query. This simplifies the queries and allows the database to more
easily make use of the indexes established on these tables.
Unit tests pass.
| Summary | ID |
|---|---|
| b55ffb4bb91f7750ac587b89a46a41cafc3de1aa |