mirror of
https://github.com/seerr-team/seerr.git
synced 2026-08-02 11:09:16 -04:00
The request count subquery was causing issues with some PostgreSQL configurations due to case sensitivity in column aliases. Modified the query to use an explicit subquery with a properly named alias to ensure consistent behavior across different database setups.