Files
modelping/migrations/0005_probe_stream.sql
2026-06-24 22:10:25 +08:00

4 lines
175 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 全局探测是否使用流式 API1=流式0=非流式)
ALTER TABLE app_settings ADD COLUMN probe_stream INTEGER NOT NULL DEFAULT 1 CHECK (probe_stream IN (0, 1));