Files
yaak/src-tauri/migrations/20230330143214_request-auth.sql
2023-03-30 08:11:51 -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;