Move database configuration scripts.
This commit is contained in:
9
config/database/hsql/drop-schemas.sql
Normal file
9
config/database/hsql/drop-schemas.sql
Normal 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;
|
Reference in New Issue
Block a user