Commit a5a0e4ed authored by Enrico Zini's avatar Enrico Zini
Browse files

Posgresql fix

parent d87388ac
......@@ -130,7 +130,7 @@ class Dispatcher(object):
SELECT pr.archive_key
FROM person p
JOIN process pr ON pr.person_id = p.id
WHERE pr.is_active = 1
WHERE pr.is_active IS TRUE
"""
if '=' in dest_key:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment