0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-01 02:38:24 +02:00
dendrite/syncapi/storage/postgres/deltas
Till a7e92f8cb9
History visibility database changes (#2533)
* Add new history_visibility column

* Update SQL queries to include history_visibility

* Store the history visibilty calculated by the roomserver

* Update GMSL

* Update migrations

* Fix migration

* Update GMSL

* Fix `go.sum`

* Update GMSL to use sql.Scanner & sql.Valuer

* Re-order migration/table creation

* Update gomatrixserverlib

* Add history_visibility column to current_room_state

* Fix migrations

* Return error instead of Fatal log

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-07-18 14:46:15 +02:00
..
20201211125500_sequences.go Simplify send-to-device messaging (#1702) 2021-01-13 17:29:46 +00:00
20210112130000_sendtodevice_sentcolumn.go Simplify send-to-device messaging (#1702) 2021-01-13 17:29:46 +00:00
2022061412000000_history_visibility_column.go History visibility database changes (#2533) 2022-07-18 14:46:15 +02:00