diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-07-15 12:47:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 12:47:26 +0100 |
commit | b116d3ce00fa64c665c189e3fcc1cf7b41d2b115 (patch) | |
tree | 027e97d1bf634cf8588f6503254f8609b0865356 /changelog.d | |
parent | Fix a bug which could lead to incorrect state (#13278) (diff) | |
download | synapse-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.misc | 1 |
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. |