diff options
author | David Baker <dbkr@users.noreply.github.com> | 2018-05-01 18:15:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 18:15:28 +0100 |
commit | c06932a029780c61007271718652ba610c00dddb (patch) | |
tree | 335a718ca1a3d2c7e0cc8d62ebedfac51b2d0743 | |
parent | Fix python synatx (diff) | |
parent | Use COALESCE rather than IFNULL (diff) | |
download | synapse-c06932a029780c61007271718652ba610c00dddb.tar.xz |
Merge pull request #3166 from matrix-org/dbkr/postgres_doesnt_have_ifnull
Use COALESCE rather than IFNULL
-rw-r--r-- | synapse/storage/profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/profile.py b/synapse/storage/profile.py |