ai_api / src /lib /db /migrations /036_aggressive_compression.sql
Yogesh
initial deploy
cd8bd0a
Raw
History Blame Contribute Delete
237 Bytes
-- 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;