mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-06 10:31:35 +00:00
Add profile_updates_sequence sequence to synapse_port_db.py
This commit is contained in:
@@ -917,6 +917,10 @@ class Porter:
|
||||
"quarantined_media_id_seq",
|
||||
[("quarantined_media_changes", "stream_id")],
|
||||
)
|
||||
await self._setup_sequence(
|
||||
"profile_updates_sequence",
|
||||
[("profile_updates", "stream_id")],
|
||||
)
|
||||
|
||||
# Step 3. Get tables.
|
||||
self.progress.set_state("Fetching tables")
|
||||
|
||||
Reference in New Issue
Block a user