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