Files
yaak-mountain-loop/src-tauri/yaak-models/migrations/20230330143214_request-auth.sql
T

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;