6 lines
145 B
MySQL
Raw Normal View History

2024-02-17 11:18:43 -08:00
RENAME TABLE USER TO ACCOUNT;
RENAME TABLE LABEL TO MINDMAP_LABEL;
ALTER TABLE COLLABORATION
RENAME COLUMN colaboration_id to collaboration_id