Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit dfea16c

Browse files
committed
Fix port script for auth chain index
1 parent e94b894 commit dfea16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/synapse_port_db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ logger = logging.getLogger("synapse_port_db")
7070

7171
BOOLEAN_COLUMNS = {
7272
"events": ["processed", "outlier", "contains_url"],
73-
"rooms": ["is_public"],
73+
"rooms": ["is_public", "has_auth_chain_index"],
7474
"event_edges": ["is_state"],
7575
"presence_list": ["accepted"],
7676
"presence_stream": ["currently_active"],

0 commit comments

Comments
 (0)