0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-01 02:38:24 +02:00
dendrite/syncapi/storage
Neil Alexander ebcacd1bb5
Give receipts their own stream ID in the database (#1631)
* Give read recipts their own database sequence

* Give receipts their own stream ID

* Change migration names

* Reset sequences

* Add max receipt queries, missing stream_id table entry for SQLite
2020-12-11 14:02:17 +00:00
..
postgres Give receipts their own stream ID in the database (#1631) 2020-12-11 14:02:17 +00:00
shared Give receipts their own stream ID in the database (#1631) 2020-12-11 14:02:17 +00:00
sqlite3 Give receipts their own stream ID in the database (#1631) 2020-12-11 14:02:17 +00:00
tables Give receipts their own stream ID in the database (#1631) 2020-12-11 14:02:17 +00:00
interface.go Peeking updates (#1607) 2020-12-03 11:11:46 +00:00
storage.go
storage_test.go Refactor sync tokens (#1628) 2020-12-10 18:57:10 +00:00
storage_wasm.go