mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-20 06:02:14 +03:00
Release v3.8.32 — see CHANGELOG.md [3.8.32] for the full list. Merged via --admin over documented non-blocking checks: CodeQL alerts ratchet (#665 fixed by #4457/#4462, auto-closes on main rescan), Integration Tests (env-flaky batch-upstream), SonarCloud/SonarQube (advisory new-code).
6 lines
478 B
SQL
6 lines
478 B
SQL
-- Phase 1 of the unified compression panel: the engines map + activeComboId become the
|
|
-- single source. The engines map is DERIVED on read (normalizeCompressionSettings) from the
|
|
-- legacy defaultMode + default-combo steps + caveman/rtk/ultra/aggressive config, so existing
|
|
-- installs keep their behavior. Here we only ensure activeComboId defaults to NULL ("default").
|
|
INSERT OR IGNORE INTO key_value (namespace, key, value) VALUES ('compression', 'activeComboId', 'null');
|