mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 23:23:23 +01: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;
|