mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-19 10:08:12 +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;
|