Files
yaak/crates/yaak-models/migrations/20230330143214_request-auth.sql
2026-01-08 20:44:25 -08: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;