mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-10 17:23:23 +01:00
Syntax error, CHARACTER SET utf8; should have been at the end of the create r_label_mindmap enty, not the bottom of the file. Probably copy and paste error.
This commit is contained in:
parent
06004f73a8
commit
d609f6f3d7
@ -29,11 +29,9 @@ CREATE TABLE R_LABEL_MINDMAP (
|
|||||||
ON DELETE CASCADE
|
ON DELETE CASCADE
|
||||||
ON UPDATE NO ACTION
|
ON UPDATE NO ACTION
|
||||||
)
|
)
|
||||||
|
CHARACTER SET utf8;
|
||||||
|
|
||||||
ALTER TABLE `LABEL`
|
ALTER TABLE `LABEL`
|
||||||
ADD COLUMN iconName VARCHAR(50) NOT NULL;
|
ADD COLUMN iconName VARCHAR(50) NOT NULL;
|
||||||
|
|
||||||
UPDATE LABEL SET iconName = 'glyphicon glyphicon-tag';
|
UPDATE LABEL SET iconName = 'glyphicon glyphicon-tag';
|
||||||
|
|
||||||
CHARACTER SET utf8;
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user