diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-08 18:30:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 18:30:46 +0000 |
commit | 56710c7df55edc782f6562d520c4ebc839dfe500 (patch) | |
tree | 2195b81e3bd2ff6880fbda27aea317ea741d281a /changelog.d | |
parent | Deduplicate some code in synapse.app (#4567) (diff) | |
download | synapse-56710c7df55edc782f6562d520c4ebc839dfe500.tar.xz |
Fix 'no unique or exclusion constraint' error (#4591)
Add more tables to the list of tables which need a background update to complete before we can upsert into them, which fixes a race against the background updates.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4591.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4591.bugfix b/changelog.d/4591.bugfix new file mode 100644 index 0000000000..628bbb6d81 --- /dev/null +++ b/changelog.d/4591.bugfix @@ -0,0 +1 @@ +Fix 'no unique or exclusion constraint' error |