vault backup: 2026-01-19 22:33:16

This commit is contained in:
wubaoyong
2026-01-19 22:33:16 +08:00
parent f5ac738c35
commit 279a1e78a6
16 changed files with 233 additions and 79 deletions

View File

@@ -1,18 +0,0 @@
### DDL 创建
```sql
```
### DDL修改
```sql
alter table ai_material
add is_summarized bool default true null comment '是否已总结';
alter table ai_intelligence_reply
add match_scene json comment '场景意图';
alter table ai_intelligence_reply
add match_type tinyint default 1 not null comment '匹配类型';
alter table ai_intelligence_reply
add match_resource tinyint default 0 null comment '留资匹配';
```