[reset] cleanup

This commit is contained in:
Fosco Marotto
2021-01-24 13:50:51 -05:00
parent 553ca5afa2
commit 1c647b0b06
7 changed files with 45 additions and 26 deletions

View File

@@ -80,10 +80,6 @@ class SortingQueryBuilder < BaseService
query += "
) q
left join custom_filters cf
on cf.account_id = #{account_id}
and q.text like '%' || cf.phrase || '%'
where cf.id is null
"
return Status.find_by_sql query
end