mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-13 13:55:56 +01: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;
|