mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
9 lines
214 B
SQL
9 lines
214 B
SQL
DROP TABLE TAG;
|
|
DROP TABLE ACCESS_AUDITORY;
|
|
DROP TABLE COLLABORATION;
|
|
DROP TABLE COLLABORATION_PROPERTIES;
|
|
DROP TABLE MINDMAP_HISTORY;
|
|
DROP TABLE MINDMAP;
|
|
DROP TABLE "user";
|
|
DROP TABLE COLLABORATOR;
|
|
COMMIT; |