Add missing boolean column to portdb script

This commit is contained in:
Eric Eastwood
2024-08-21 19:59:35 -05:00
parent 97248362d0
commit 0a938b137a
+4 -1
View File
@@ -130,7 +130,10 @@ BOOLEAN_COLUMNS = {
"room_stats_state": ["is_federatable"],
"rooms": ["is_public", "has_auth_chain_index"],
"sliding_sync_joined_rooms": ["is_encrypted"],
"sliding_sync_membership_snapshots": ["is_encrypted"],
"sliding_sync_membership_snapshots": [
"has_known_state",
"is_encrypted",
],
"users": ["shadow_banned", "approved", "locked", "suspended"],
"un_partial_stated_event_stream": ["rejection_status_changed"],
"users_who_share_rooms": ["share_private"],