mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
2d8fa5c259
- Rename some tables
9 lines
199 B
SQL
9 lines
199 B
SQL
DROP TABLE TAG;
|
|
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; |