Updated Home (markdown)

master
Anton Hvornum 7 年前
父节点
当前提交
7e863bee23
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      Home.md

+ 5
- 0
Home.md

@@ -14,6 +14,11 @@ Deleting your copy of a room:
---

**DISCLAIMER: Not verified by a main dev, just a user contributions (MAY EAT YOUR DATABASE):**

For reference, this is how I got the list of tables to delete the room from:

SELECT table_name FROM information_schema.columns WHERE column_name = 'room_id';

```
DELETE FROM state_groups WHERE room_id='<room id here>';
DELETE FROM state_groups_state WHERE room_id='<room id here>';


正在加载...
取消
保存