summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-07-15 12:47:26 +0100
committerGitHub <noreply@github.com>2022-07-15 12:47:26 +0100
commitb116d3ce00fa64c665c189e3fcc1cf7b41d2b115 (patch)
tree027e97d1bf634cf8588f6503254f8609b0865356 /changelog.d
parentFix a bug which could lead to incorrect state (#13278) (diff)
downloadsynapse-b116d3ce00fa64c665c189e3fcc1cf7b41d2b115.tar.xz
Bg update to populate new `events` table columns (#13215)
These columns were added back in Synapse 1.52, and have been populated for new
events since then. It's now (beyond) time to back-populate them for existing
events.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13215.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13215.misc b/changelog.d/13215.misc
new file mode 100644
index 0000000000..3da35addb3
--- /dev/null
+++ b/changelog.d/13215.misc
@@ -0,0 +1 @@
+Preparation for database schema simplifications: populate `state_key` and `rejection_reason` for existing rows in the `events` table.