Richard van der Hoff bd4b25f4d0 Remove some redundant joins on event_edges.room_id
We've long passed the point where it's possible to have the same event_id in
different tables, so these join conditions are redundant: we can just join on
event_id.

event_edges is of non-trivial size, and the room_id column is wasteful, so
let's stop reading from it. In future, we can stop writing to it, and then drop
it.
2018-07-26 13:19:08 +01:00
..
2018-07-09 16:09:20 +10:00
2018-07-16 14:23:25 +02:00
2018-07-09 16:09:20 +10:00
2018-07-23 13:17:22 +01:00
2018-07-25 10:30:36 +01:00
2018-07-09 16:09:20 +10:00
2018-07-19 21:11:40 +10:00
2018-07-09 16:09:20 +10:00
2018-07-09 16:09:20 +10:00