mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-08 23:14:29 +08:00
6 lines
145 B
MySQL
6 lines
145 B
MySQL
|
RENAME TABLE USER TO ACCOUNT;
|
||
|
RENAME TABLE LABEL TO MINDMAP_LABEL;
|
||
|
|
||
|
ALTER TABLE COLLABORATION
|
||
|
RENAME COLUMN colaboration_id to collaboration_id
|