mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-07 22:24:29 +08: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
5b588d2425
commit
bcdc1a1ca4
@ -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…
x
Reference in New Issue
Block a user