mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 16:27:17 +01: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.