summary refs log tree commit diff
path: root/scripts/synapse_port_db
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:41:35 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:41:35 +0000
commit59890d1b3cc33ecd49f420e64395ad0a970638f2 (patch)
tree1e7e589448074b4a3749060ecb1d85d155f24ae8 /scripts/synapse_port_db
parent1.4.1 (diff)
parentMerge branch 'master' into develop (diff)
downloadsynapse-59890d1b3cc33ecd49f420e64395ad0a970638f2.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'scripts/synapse_port_db')
-rwxr-xr-xscripts/synapse_port_db2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db

index b6ba19c776..3f942abdb6 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db
@@ -55,6 +55,8 @@ BOOLEAN_COLUMNS = { "local_group_membership": ["is_publicised", "is_admin"], "e2e_room_keys": ["is_verified"], "account_validity": ["email_sent"], + "redactions": ["have_censored"], + "room_stats_state": ["is_federatable"], }