Initial commit
This commit is contained in:
6
migrations/0003_probe_prompts_and_io.sql
Normal file
6
migrations/0003_probe_prompts_and_io.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- 可配置探测用语(多行随机)+ 每次探测记录的输入/输出摘要
|
||||
|
||||
ALTER TABLE monitors ADD COLUMN probe_prompts TEXT NOT NULL DEFAULT '';
|
||||
|
||||
ALTER TABLE probe_events ADD COLUMN probe_input TEXT;
|
||||
ALTER TABLE probe_events ADD COLUMN probe_output TEXT;
|
||||
Reference in New Issue
Block a user