Fix minor issue in drop tables.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-23 16:31:31 -03:00
parent 3349f2e567
commit ee93a8f7ab
4 changed files with 15 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
DROP TABLE TAG;
DROP TABLE ACCESS_AUDITORY;
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;