From 36553d256ec903f2b9b32e78e5020aff7ada5c51 Mon Sep 17 00:00:00 2001 From: "DESKTOP-DDTUS3E\\yaxin" Date: Wed, 6 Nov 2024 16:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=93=E6=9E=84=E5=8C=96?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2index=5Fsource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose/sql/20241105/nx_llm.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/docker-compose/sql/20241105/nx_llm.sql b/docker/docker-compose/sql/20241105/nx_llm.sql index bdb9713..e4409eb 100644 --- a/docker/docker-compose/sql/20241105/nx_llm.sql +++ b/docker/docker-compose/sql/20241105/nx_llm.sql @@ -325,3 +325,4 @@ INSERT INTO nx_llm.evidence_category (id, code, case_type, category_name, icon_u INSERT INTO nx_llm.evidence_category (id, code, case_type, category_name, icon_url, parent_id, create_user_id, create_time, update_user_id, update_time) VALUES (19, null, '1', '公文书证', null, '1', null, CURRENT_TIMESTAMP, NULL, NULL); +INSERT INTO `nx_llm`.`com_dictionary` (`name`, `code`, `pid`, `type`, `status`, `note`, `priority`, `creator`, `update_time`, `create_time`, `updater`, `data_status`, `create_user_id`, `update_user_id`) VALUES ('结构化查询', '5', 3, 'index_source', '1', NULL, 0, NULL, CURRENT_TIMESTAMP, NULL, NULL, '1', NULL, NULL);