Skip to content
Snippets Groups Projects
Unverified Commit 166ffc0f authored by Laurence Gill's avatar Laurence Gill Committed by GitHub
Browse files

Fix typo in useful_sql_for_admins.md (#16477)

parent 4cc729d4
No related branches found
No related tags found
No related merge requests found
Fix a typo in the sql for [useful SQL for admins document](https://matrix-org.github.io/synapse/latest/usage/administration/useful_sql_for_admins.html).
...@@ -193,7 +193,7 @@ SELECT rss.room_id, rss.name, rss.canonical_alias, rss.topic, rss.encryption, ...@@ -193,7 +193,7 @@ SELECT rss.room_id, rss.name, rss.canonical_alias, rss.topic, rss.encryption,
rsc.joined_members, rsc.local_users_in_room, rss.join_rules rsc.joined_members, rsc.local_users_in_room, rss.join_rules
FROM room_stats_state rss FROM room_stats_state rss
LEFT JOIN room_stats_current rsc USING (room_id) LEFT JOIN room_stats_current rsc USING (room_id)
WHERE room_id IN ( WHERE room_id IN ( WHERE room_id IN (
'!OGEhHVWSdvArJzumhm:matrix.org', '!OGEhHVWSdvArJzumhm:matrix.org',
'!YTvKGNlinIzlkMTVRl:matrix.org' '!YTvKGNlinIzlkMTVRl:matrix.org'
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment