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,3 +1,4 @@
DROP TABLE ACCESS_AUDITORY;
DROP TABLE TAG;
DROP TABLE COLLABORATION;
DROP TABLE COLLABORATION_PROPERTIES;
@@ -5,6 +6,5 @@ DROP TABLE MINDMAP_HISTORY;
DROP TABLE MINDMAP;
DROP TABLE USER;
DROP TABLE COLLABORATOR;
DROP TABLE USER_LOGIN;
COMMIT;
SHUTDOWN;

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;