mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 16:46:29 +01:00
PostgreSQL requires that the ORDER BY expression must appear in the SELECT list when using DISTINCT. Since we were using a computed expression in the ORDER BY clause, we need to include it in the SELECT list as well. re #1333