mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-27 10:55:31 -04:00
Remove groups code from synapse_port_db. (#12899)
This commit is contained in:
parent
01df5bacac
commit
6b46c3eb3d
3 changed files with 18 additions and 15 deletions
|
@ -29,11 +29,6 @@ class GroupServerStore(SQLBaseStore):
|
|||
db_conn: LoggingDatabaseConnection,
|
||||
hs: "HomeServer",
|
||||
):
|
||||
database.updates.register_background_index_update(
|
||||
update_name="local_group_updates_index",
|
||||
index_name="local_group_updates_stream_id_index",
|
||||
table="local_group_updates",
|
||||
columns=("stream_id",),
|
||||
unique=True,
|
||||
)
|
||||
# Register a legacy groups background update as a no-op.
|
||||
database.updates.register_noop_background_update("local_group_updates_index")
|
||||
super().__init__(database, db_conn, hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue