This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Remove redundant event_edges.room_id
and event_edges.is_state
columns #12892
Open
Description
room_id
is implied by the event_id. (see also #3613)
is_state
is unused since #4837.
Both are clutter and need to go away.
- ensure that nothing relies on them (Stop reading from
event_edges.room_id
. #12914) - stop populating them (Clean up schema for
event_edges
#12893) - delete them altogether