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