mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-14 05:03:43 +08:00
增加知识库配置属性
This commit is contained in:
1
script/sql/update/update20250302.sql
Normal file
1
script/sql/update/update20250302.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `knowledge_info` ADD COLUMN `share` tinyint(4) NULL DEFAULT NULL COMMENT '是否公开知识库(0 否 1是)' AFTER `kname`;
|
||||
Reference in New Issue
Block a user