From eac1d9097bb1b819b03940a1313bf3185403c0ee Mon Sep 17 00:00:00 2001 From: xueqingkun Date: Wed, 14 Aug 2024 17:37:49 +0800 Subject: [PATCH] =?UTF-8?q?1.=20init.sql=20=E5=88=A0=E9=99=A4=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E9=85=8D=E7=BD=AE=20judge=5Fresult?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose/init.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/docker-compose/init.sql b/docker/docker-compose/init.sql index 5b490f8..7b0bd87 100644 --- a/docker/docker-compose/init.sql +++ b/docker/docker-compose/init.sql @@ -108,8 +108,6 @@ INSERT INTO `com_dictionary` VALUES (8, NULL, '状态', 0, 'connect_status', '1' INSERT INTO `com_dictionary` VALUES (9, '1', '已关联', 8, 'connect_status', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL); INSERT INTO `com_dictionary` VALUES (10, '2', '未关联', 8, 'connect_status', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL); INSERT INTO `com_dictionary` VALUES (11, NULL, '判断结果', 0, 'judge_result', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL); -INSERT INTO `com_dictionary` VALUES (12, '1', '真实', 11, 'judge_result', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL); -INSERT INTO `com_dictionary` VALUES (13, '2', '虚构', 11, 'judge_result', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL); INSERT INTO `com_dictionary` VALUES (14, '3', '存在', 11, 'judge_result', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL); INSERT INTO `com_dictionary` VALUES (15, '4', '不存在', 11, 'judge_result', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL); INSERT INTO `com_dictionary` VALUES (16, '5', '未知', 11, 'judge_result', '1', NULL, NULL, NULL, '2024-07-01 11:24:22', NULL, '1', NULL, NULL);