mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-18 21:22:28 +03:00
5 lines
237 B
SQL
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;
|