Fix find_workgroups SQL query

This commit is contained in:
2020-06-14 00:32:39 +02:00
parent 63c4568aeb
commit 3d319605de

View File

@@ -43,7 +43,7 @@ begin
end, end,
case direction when 'desc' then case direction when 'desc' then
case sort case sort
when 'title' then w.name when 'name' then w.name
when 'created_at' then w.created_at::text when 'created_at' then w.created_at::text
end end
end end