Fix find_workgroups SQL query
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user