mirror of
https://github.com/seerr-team/seerr.git
synced 2026-01-21 05:51:09 -05: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