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

11 lines
262 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-02-01 23:34:44 +01:00
DROP TABLE R_LABEL_MINDMAP;
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;