Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. DELETE FROM event_forward_extremities WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  2. DELETE FROM event_backward_extremities WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  3. DELETE FROM event_edges WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  4. DELETE FROM room_depth WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  5. DELETE FROM state_forward_extremities WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  6. DELETE FROM events WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  7. DELETE FROM event_json WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  8. DELETE FROM state_events WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  9. DELETE FROM current_state_events WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  10. DELETE FROM room_memberships WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  11. DELETE FROM feedback WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  12. DELETE FROM topics WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  13. DELETE FROM room_names WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  14. DELETE FROM rooms WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  15. DELETE FROM room_hosts WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  16. DELETE FROM room_aliases WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  17. DELETE FROM state_groups WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  18. DELETE FROM state_groups_state WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  19. DELETE FROM receipts_graph WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  20. DELETE FROM receipts_linearized WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  21. DELETE FROM event_search_content WHERE c1room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  22. DELETE FROM guest_access WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  23. DELETE FROM history_visibility WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  24. DELETE FROM room_tags WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  25. DELETE FROM room_tags_revisions WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  26. DELETE FROM room_account_data WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  27. DELETE FROM event_push_actions WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  28. DELETE FROM local_invites WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  29. DELETE FROM pusher_throttle WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  30. DELETE FROM event_reports WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  31. DELETE FROM public_room_list_stream WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  32. DELETE FROM stream_ordering_to_exterm WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  33. DELETE FROM event_auth WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
  34. DELETE FROM appservice_room_list WHERE room_id = '!hdwhbFIPzyztnVKOFG:matrix.org';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement