fix: Use single quotes for Postgres

Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
Faris Ansari 2019-08-23 13:41:06 +05:30 committed by Faris Ansari
parent e0022944bd
commit 87987a0dde

View file

@ -19,8 +19,8 @@ def get_feed(start, page_length):
from
`tabCommunication`
where
communication_type = "Communication"
and communication_medium != "Email"
communication_type = 'Communication'
and communication_medium != 'Email'
and {match_conditions_communication}
UNION
select name, owner, modified, creation, '0', 'Updated',