mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-06 04:24:29 +08:00
10 lines
205 B
SQL
10 lines
205 B
SQL
DROP TABLE ACCESS_AUDITORY;
|
|
DROP TABLE TAG;
|
|
DROP TABLE COLLABORATION;
|
|
DROP TABLE COLLABORATION_PROPERTIES;
|
|
DROP TABLE MINDMAP_HISTORY;
|
|
DROP TABLE MINDMAP;
|
|
DROP TABLE USER;
|
|
DROP TABLE COLLABORATOR;
|
|
COMMIT;
|