wisemapping-open-source/wise-webapp/src/test/sql/hsql/drop-schemas.sql
Paulo Gustavo Veiga 2d8fa5c259 - Add migration script
- Rename some tables
2012-06-22 01:34:33 -03:00

10 lines
209 B
SQL

DROP TABLE TAG;
DROP TABLE COLLABORATION;
DROP TABLE COLLABORATION_PROPERTIES;
DROP TABLE MINDMAP_HISTORY;
DROP TABLE MINDMAP;
DROP TABLE USER;
DROP TABLE COLLABORATOR;
DROP TABLE USER_LOGIN;
COMMIT;
SHUTDOWN;