diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-12-10 14:13:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 14:13:23 +0000 |
commit | 86e7a6d16ee9ffe8f5e783ec8150405b13f878fa (patch) | |
tree | 2888d19b732406e7836d100d5198faf0ae710adc /changelog.d | |
parent | Ensure emails are canonicalized before fetching associated user. (#11547) (diff) | |
download | synapse-86e7a6d16ee9ffe8f5e783ec8150405b13f878fa.tar.xz |
Stop populating `state_events.prev_state` (#11558)
this field is never read, so we may as well stop populating it.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11558.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11558.misc b/changelog.d/11558.misc new file mode 100644 index 0000000000..7c334f17e0 --- /dev/null +++ b/changelog.d/11558.misc @@ -0,0 +1 @@ +Stop populating unused database column `state_events.prev_state`. |