fix: Use single quotes for Postgres
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
parent
e0022944bd
commit
87987a0dde
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue