Fix logo image.

This commit is contained in:
Paulo Gustavo Veiga
2024-03-25 22:29:15 -07:00
parent b821e96e13
commit 8b583bf5b2
2 changed files with 7 additions and 2 deletions

View File

@@ -2,4 +2,9 @@ RENAME TABLE USER TO ACCOUNT;
RENAME TABLE LABEL TO MINDMAP_LABEL;
ALTER TABLE COLLABORATION
RENAME COLUMN colaboration_id to collaboration_id
RENAME COLUMN colaborator_id to collaborator_id;
ALTER TABLE ACCOUNT
RENAME COLUMN colaborator_id to collaborator_id;
ALTER TABLE MINDMAP_LABEL DROP COLUMN iconName;