summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-11-04 11:26:05 +0000
committerGitHub <noreply@github.com>2020-11-04 11:26:05 +0000
commit6abb1ad0be1cde7cd414eee0e0a1f195462eb1bd (patch)
tree6bbeabe799f525be18271ab18b08a3674e9a151c /changelog.d
parentRemove the "draft" status of the Room Details Admin API (#8702) (diff)
downloadsynapse-6abb1ad0be1cde7cd414eee0e0a1f195462eb1bd.tar.xz
Consolidate purge table lists to prevent desyncronisation (#8713)
I idly noticed that these lists were out of sync with each other, causing us to miss a table in a test case (`local_invites`). Let's consolidate this list instead to prevent this from happening in the future.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8713.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8713.misc b/changelog.d/8713.misc
new file mode 100644
index 0000000000..c5d3f3216b
--- /dev/null
+++ b/changelog.d/8713.misc
@@ -0,0 +1 @@
+Consolidate duplicated lists of purged tables that are checked in tests.
\ No newline at end of file