add update for label icon support with tag as default
This commit is contained in:
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';
|
Reference in New Issue
Block a user