Files
OmniRoute/src/lib/db/migrations/036_aggressive_compression.sql
2026-04-30 17:22:03 -03:00

5 lines
237 B
SQL

-- 036: Aggressive compression config
-- Aggressive config is stored as a kv key in key_value(namespace='compression', key='aggressive')
-- No schema change needed; this migration registers the version in _omniroute_migrations
SELECT 1;