system_config add sql

develop
yuemian 2024-08-29 14:17:51 +08:00
parent 78ea3f525d
commit 4aeff7b29c
1 changed files with 3 additions and 0 deletions

View File

@ -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);