system_config add sql
parent
78ea3f525d
commit
4aeff7b29c
|
@ -0,0 +1,3 @@
|
||||||
|
INSERT INTO cmp.system_config
|
||||||
|
(code, name, value, remark, category, subclass, `type`, config, gmt_create, gmt_modify, mender_id, creator_id)
|
||||||
|
VALUES('isLeaderPosition', '是否主阵地', 'false', '是否主阵地', '系统对接', '阵地信息', 'TEXT', '{}', NULL, NULL, 1, 1);
|
Loading…
Reference in New Issue