summary refs log tree commit diff
path: root/synapse/_scripts
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-10-30 12:28:01 +0000
committerErik Johnston <erik@matrix.org>2023-10-30 12:28:01 +0000
commitab4d4073de06ae1167efb92ba52af0a056562c93 (patch)
tree64f5dc8c535dabf0bbcb1c48ac2e33d99ed94a68 /synapse/_scripts
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentFix HTTP repl response to use minimum token (#16578) (diff)
downloadsynapse-ab4d4073de06ae1167efb92ba52af0a056562c93.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/_scripts')
-rwxr-xr-xsynapse/_scripts/synapse_port_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/_scripts/synapse_port_db.py b/synapse/_scripts/synapse_port_db.py

index ab2b29cf1b..ef8590db65 100755 --- a/synapse/_scripts/synapse_port_db.py +++ b/synapse/_scripts/synapse_port_db.py
@@ -191,7 +191,7 @@ IGNORED_TABLES = { "user_directory_search_stat", "user_directory_search_pos", "users_who_share_private_rooms", - "users_in_public_room", + "users_in_public_rooms", # UI auth sessions have foreign keys so additional care needs to be taken, # the sessions are transient anyway, so ignore them. "ui_auth_sessions",