test: fix ambiguous model resolution test and migration conflicts

This commit is contained in:
diegosouzapw
2026-05-04 13:54:25 -03:00
parent a15b6964b7
commit 3e3ba607b5

View File

@@ -1,4 +0,0 @@
-- Migration 041: Add tokens_compressed to call_logs
-- Tracks how many tokens were removed by proactive context compression.
-- NULL = compression not applied. N > 0 = tokens eliminated.
ALTER TABLE call_logs ADD COLUMN tokens_compressed INTEGER DEFAULT NULL;