1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Christian Grünhage 3d3d49a720 Create 3844.misc 2018-09-12 10:39:20 +02:00
Jan Christian Grünhage b7816b46f4 add users_who_share_rooms to the nuke script 2018-09-12 10:38:02 +02:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
add users_who_share_rooms to the nuke script
+1
View File
@@ -53,5 +53,6 @@ DELETE FROM public_room_list_stream WHERE room_id = '$ROOMID';
DELETE FROM stream_ordering_to_exterm WHERE room_id = '$ROOMID';
DELETE FROM event_auth WHERE room_id = '$ROOMID';
DELETE FROM appservice_room_list WHERE room_id = '$ROOMID';
DELETE FROM users_who_share_rooms WHERE room_id = '$ROOMID';
VACUUM;
EOF