Move database configuration scripts.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-10 19:05:33 -03:00
parent 52efdf729b
commit 0e5592a0d3
13 changed files with 13 additions and 41 deletions

View File

@@ -0,0 +1,9 @@
DROP TABLE ACCESS_AUDITORY;
DROP TABLE TAG;
DROP TABLE COLLABORATION;
DROP TABLE COLLABORATION_PROPERTIES;
DROP TABLE MINDMAP_HISTORY;
DROP TABLE MINDMAP;
DROP TABLE USER;
DROP TABLE COLLABORATOR;
COMMIT;