mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-04 19:34:30 +08:00
11 lines
264 B
SQL
11 lines
264 B
SQL
RENAME TABLE USER TO ACCOUNT;
|
|
RENAME TABLE LABEL TO MINDMAP_LABEL;
|
|
|
|
ALTER TABLE COLLABORATION
|
|
RENAME COLUMN colaborator_id to collaborator_id;
|
|
|
|
ALTER TABLE ACCOUNT
|
|
RENAME COLUMN colaborator_id to collaborator_id;
|
|
|
|
ALTER TABLE MINDMAP_LABEL DROP COLUMN iconName;
|