dendrite/keyserver/storage
Kegan Dougal 5dc360481a Remodel how device list change IDs are created
Previously we made them using the offset Kafka supplied.
We don't run Kafka anymore, so now we make the SQL table assign
the change ID via an AUTOINCREMENTing ID. Redesign the
`keyserver_key_changes` table to have `UNIQUE(user_id)` so we
don't accumulate key changes forevermore, we now have at most 1
row per user which contains the highest change ID.

This needs a SQL migration.
2022-01-19 18:59:50 +00:00
..
postgres Remodel how device list change IDs are created 2022-01-19 18:59:50 +00:00
shared Remodel how device list change IDs are created 2022-01-19 18:59:50 +00:00
sqlite3 Remodel how device list change IDs are created 2022-01-19 18:59:50 +00:00
tables Remodel how device list change IDs are created 2022-01-19 18:59:50 +00:00
interface.go Remodel how device list change IDs are created 2022-01-19 18:59:50 +00:00
storage.go Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021) 2021-11-02 16:48:48 +00:00
storage_test.go Remodel how device list change IDs are created 2022-01-19 18:59:50 +00:00
storage_wasm.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00