mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 22:20:37 -05:00
Drop sent_transactions
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
7039ece8fb
commit
704c5298f0
6 changed files with 3 additions and 74 deletions
|
|
@ -119,7 +119,6 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
db_conn, "device_lists_stream", "stream_id",
|
||||
)
|
||||
|
||||
self._transaction_id_gen = IdGenerator(db_conn, "sent_transactions", "id")
|
||||
self._access_tokens_id_gen = IdGenerator(db_conn, "access_tokens", "id")
|
||||
self._event_reports_id_gen = IdGenerator(db_conn, "event_reports", "id")
|
||||
self._push_rule_id_gen = IdGenerator(db_conn, "push_rules", "id")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue