mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-04 14:47:45 -05: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;
|