vault backup: 2025-12-31 11:49:29

This commit is contained in:
wubaoyong
2025-12-31 11:49:29 +08:00
parent d82af2942a
commit 6ffd6fe8b1
13 changed files with 456 additions and 138 deletions

View File

@@ -6,4 +6,12 @@
```sql
alter table ai_material
add is_summarized bool default true null comment '是否已总结';
alter table ai_intelligence_reply
add match_scene json
after advice_reply;
alter table ai_intelligence_reply
add match_type int default 1 not null after advice_reply;
```