Files
yaak-mountain-loop/src-tauri/yaak-models/migrations/20230330143214_request-auth.sql
2025-06-07 19:25:36 -07:00

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;