diff options
author | Erik Johnston <erik@matrix.org> | 2020-11-11 15:08:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 15:08:03 +0000 |
commit | 41a389934e45dd2a9e96b0b465626adef18b25b8 (patch) | |
tree | 692b6ecb83ce73fe7e3e5280821016f420c062c6 /changelog.d | |
parent | Fix port script to handle foreign key constraints (#8730) (diff) | |
download | synapse-41a389934e45dd2a9e96b0b465626adef18b25b8.tar.xz |
Fix port script fails when DB has no backfilled events. (#8729)
Fixes #8618
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8729.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8729.bugfix b/changelog.d/8729.bugfix new file mode 100644 index 0000000000..7f59a3b9e2 --- /dev/null +++ b/changelog.d/8729.bugfix @@ -0,0 +1 @@ +Fix port script fails when DB has no backfilled events. Broke in v1.21.0. |