summary refs log tree commit diff
path: root/latest/usage/administration/useful_sql_for_admins.html
diff options
context:
space:
mode:
Diffstat (limited to 'latest/usage/administration/useful_sql_for_admins.html')
-rw-r--r--latest/usage/administration/useful_sql_for_admins.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/usage/administration/useful_sql_for_admins.html b/latest/usage/administration/useful_sql_for_admins.html

index 2453388d11..1f683f4d6b 100644 --- a/latest/usage/administration/useful_sql_for_admins.html +++ b/latest/usage/administration/useful_sql_for_admins.html
@@ -306,7 +306,7 @@ WHERE room_stats_state.room_id = event_json.room_id" | psql -d synapse -h l rsc.joined_members, rsc.local_users_in_room, rss.join_rules FROM room_stats_state rss LEFT JOIN room_stats_current rsc USING (room_id) - WHERE room_id IN ( WHERE room_id IN ( + WHERE room_id IN ( '!OGEhHVWSdvArJzumhm:matrix.org', '!YTvKGNlinIzlkMTVRl:matrix.org' );