Fix typo in useful_sql_for_admins.md (#16477)
This commit is contained in:
parent
4cc729d480
commit
166ffc0f23
|
@ -0,0 +1 @@
|
||||||
|
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,
|
||||||
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'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue