wisemapping-open-source/config/database/postgres/drop-schemas.sql

10 lines
233 B
MySQL
Raw Normal View History

2013-02-23 19:33:09 +01:00
DROP TABLE TAG;
DROP TABLE ACCESS_AUDITORY;
DROP TABLE COLLABORATION;
DROP TABLE COLLABORATION_PROPERTIES;
DROP TABLE MINDMAP_HISTORY;
2014-01-26 03:07:18 +01:00
DROP TABLE LABEL;
2013-02-23 19:33:09 +01:00
DROP TABLE MINDMAP;
DROP TABLE "user";
DROP TABLE COLLABORATOR;
COMMIT;