Files
sct-overseerr/server/routes
Gauthier 5b998bef82 fix(users): correct user list for Postgres (#1443)
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
2025-03-10 23:59:42 +01:00
..
2024-12-29 05:20:35 +08:00
2024-06-19 18:40:25 +05:00
2024-06-19 18:40:25 +05:00