summary refs log tree commit diff
path: root/scripts-dev/definitions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-08Fix 'no unique or exclusion constraint' error (#4591)Richard van der Hoff2-6/+22
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.
2019-02-08Deduplicate some code in synapse.app (#4567)Amber Brown14-158/+83
2019-02-07