mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
add update for label icon support with tag as default
This commit is contained in:
parent
10ff33be13
commit
713a312823
4
config/database/mysql/v3.3-to-v3.4.sql
Normal file
4
config/database/mysql/v3.3-to-v3.4.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ALTER TABLE `LABEL`
|
||||||
|
ADD COLUMN iconName VARCHAR(50) NOT NULL;
|
||||||
|
|
||||||
|
UPDATE LABEL SET iconName = 'glyphicon glyphicon-tag';
|
Loading…
Reference in New Issue
Block a user