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

10 lines
205 B
MySQL
Raw Normal View History

2012-06-23 21:31:31 +02:00
DROP TABLE ACCESS_AUDITORY;
2013-03-10 23:05:33 +01:00
DROP TABLE TAG;
2012-06-10 03:55:55 +02:00
DROP TABLE COLLABORATION;
2012-06-14 04:04:29 +02:00
DROP TABLE COLLABORATION_PROPERTIES;
2009-06-07 20:59:43 +02:00
DROP TABLE MINDMAP_HISTORY;
DROP TABLE MINDMAP;
DROP TABLE USER;
DROP TABLE COLLABORATOR;
2013-03-10 23:05:33 +01:00
COMMIT;