summary refs log tree commit diff
path: root/synapse/_scripts/synapse_port_db.py
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2025-03-18 10:59:57 -0700
committerGitHub <noreply@github.com>2025-03-18 17:59:57 +0000
commit4b8dbe22c0c75a3ed3e0630e438c97edb4d4ca86 (patch)
treee057d3693b97cb404d0de224a188bb41b5117ba5 /synapse/_scripts/synapse_port_db.py
parent1.127.0rc1 (diff)
downloadsynapse-4b8dbe22c0c75a3ed3e0630e438c97edb4d4ca86.tar.xz
Add a column `participant` to `room_memberships` table (#18068)
Diffstat (limited to 'synapse/_scripts/synapse_port_db.py')
-rwxr-xr-xsynapse/_scripts/synapse_port_db.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/_scripts/synapse_port_db.py b/synapse/_scripts/synapse_port_db.py

index 3f67a739a0..1bb9940180 100755 --- a/synapse/_scripts/synapse_port_db.py +++ b/synapse/_scripts/synapse_port_db.py
@@ -128,6 +128,7 @@ BOOLEAN_COLUMNS = { "pushers": ["enabled"], "redactions": ["have_censored"], "remote_media_cache": ["authenticated"], + "room_memberships": ["participant"], "room_stats_state": ["is_federatable"], "rooms": ["is_public", "has_auth_chain_index"], "sliding_sync_joined_rooms": ["is_encrypted"],