2026-08-21 18:30:13 +08:00
|
|
|
-- Channel monitor exclusive mode: v1 (active probes) or v2 (passive aggregation).
|
|
|
|
|
-- Default v1 preserves existing active-probe behavior; operators opt in to v2.
|
|
|
|
|
INSERT INTO settings (key, value)
|
|
|
|
|
VALUES ('channel_monitor_mode', 'v1')
|
|
|
|
|
ON CONFLICT (key) DO NOTHING;
|