chore: sync local changes to Gitea
This commit is contained in:
3
migrations/0005_probe_stream.sql
Normal file
3
migrations/0005_probe_stream.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 全局探测是否使用流式 API(1=流式,0=非流式)
|
||||
|
||||
ALTER TABLE app_settings ADD COLUMN probe_stream INTEGER NOT NULL DEFAULT 1 CHECK (probe_stream IN (0, 1));
|
||||
Reference in New Issue
Block a user