mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-19 02:05:32 +08:00
9 lines
177 B
MySQL
9 lines
177 B
MySQL
|
DROP TABLE TAG;
|
||
|
DROP TABLE MINDMAP_COLABORATOR;
|
||
|
DROP TABLE MINDMAP_HISTORY;
|
||
|
DROP TABLE MINDMAP;
|
||
|
DROP TABLE USER;
|
||
|
DROP TABLE COLABORATOR;
|
||
|
DROP TABLE USER_LOGIN;
|
||
|
COMMIT;
|
||
|
SHUTDOWN;
|