mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 13:41:51 +02:00
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;
|