mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-12 18:04:31 +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
|