sql scripts for label support

This commit is contained in:
Ezequiel Bergamaschi
2014-01-25 23:07:18 -03:00
committed by Ezequiel Bergamaschi
parent 02cb53d082
commit 504e3e18e6
6 changed files with 57 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ DROP TABLE IF EXISTS TAG;
DROP TABLE IF EXISTS COLLABORATION;
DROP TABLE IF EXISTS COLLABORATION_PROPERTIES;
DROP TABLE IF EXISTS MINDMAP_HISTORY;
DROP TABLE IF EXISTS LABEL;
DROP TABLE IF EXISTS MINDMAP;
DROP TABLE IF EXISTS USER;
DROP TABLE IF EXISTS COLLABORATOR;