From 4aeff7b29c4c40473b78399bfa0110638a383a01 Mon Sep 17 00:00:00 2001 From: yuemian <--list> Date: Thu, 29 Aug 2024 14:17:51 +0800 Subject: [PATCH] system_config add sql --- bocloud.sms.booter/src/main/database/add.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bocloud.sms.booter/src/main/database/add.sql diff --git a/bocloud.sms.booter/src/main/database/add.sql b/bocloud.sms.booter/src/main/database/add.sql new file mode 100644 index 0000000..6d034de --- /dev/null +++ b/bocloud.sms.booter/src/main/database/add.sql @@ -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); \ No newline at end of file