diff options
author | Erik Johnston <erik@matrix.org> | 2020-11-11 15:07:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 15:07:34 +0000 |
commit | 5829872bec9b9986c741eafec36e47774e4d2b3e (patch) | |
tree | d440589d411ddd55141613dc2f6e921101acfebb /changelog.d | |
parent | Check support room has only two users before sending a notice (#8728) (diff) | |
download | synapse-5829872bec9b9986c741eafec36e47774e4d2b3e.tar.xz |
Fix port script to handle foreign key constraints (#8730)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8730.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8730.bugfix b/changelog.d/8730.bugfix new file mode 100644 index 0000000000..dcc42bc981 --- /dev/null +++ b/changelog.d/8730.bugfix @@ -0,0 +1 @@ +Fix port script to correctly handle foreign key constraints. Broke in v1.21.0. |