From 865daa2888379af5e0ccc00f57700af7e2710533 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Thu, 12 Oct 2023 15:19:42 +0000 Subject: deploy: 166ffc0f23419bc99d9597fe95deaae3bbee7caf --- develop/usage/administration/useful_sql_for_admins.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'develop/usage/administration/useful_sql_for_admins.html') diff --git a/develop/usage/administration/useful_sql_for_admins.html b/develop/usage/administration/useful_sql_for_admins.html index 2453388d11..1f683f4d6b 100644 --- a/develop/usage/administration/useful_sql_for_admins.html +++ b/develop/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' ); -- cgit 1.5.1