mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-17 21:27:16 +02:00
306e6f358a
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
125 B
SQL
3 lines
125 B
SQL
-- Add DNS resolution timing to http_responses
|
|
ALTER TABLE http_responses ADD COLUMN elapsed_dns INTEGER DEFAULT 0 NOT NULL;
|