mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-18 06:57:11 +01:00
3 lines
143 B
SQL
3 lines
143 B
SQL
ALTER TABLE http_requests ADD COLUMN authentication TEXT NOT NULL DEFAULT '{}';
|
|
ALTER TABLE http_requests ADD COLUMN authentication_type TEXT;
|