mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
3 lines
152 B
SQL
3 lines
152 B
SQL
-- v9 (compatible with v3+): Clear invalid rows
|
|
DELETE FROM mx_room_state WHERE room_id='';
|
|
DELETE FROM mx_user_profile WHERE room_id='' OR user_id='';
|