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

10 lines
205 B
MySQL
Raw Normal View History

2012-06-24 03:31:31 +08:00
DROP TABLE ACCESS_AUDITORY;
2013-03-11 06:05:33 +08:00
DROP TABLE TAG;
2012-06-10 09:55:55 +08:00
DROP TABLE COLLABORATION;
2012-06-14 10:04:29 +08:00
DROP TABLE COLLABORATION_PROPERTIES;
2009-06-08 02:59:43 +08:00
DROP TABLE MINDMAP_HISTORY;
DROP TABLE MINDMAP;
DROP TABLE USER;
DROP TABLE COLLABORATOR;
2013-03-11 06:05:33 +08:00
COMMIT;