Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
a5a0e4ed
Commit
a5a0e4ed
authored
Nov 11, 2015
by
Enrico Zini
Browse files
Posgresql fix
parent
d87388ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
archive-process-email
View file @
a5a0e4ed
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment