Files
yaak-mountain-loop/src-tauri/migrations/20240218071057_grpc-authentication.sql
2024-02-17 23:47:28 -08:00

3 lines
143 B
SQL

ALTER TABLE grpc_requests ADD COLUMN authentication TEXT NOT NULL DEFAULT '{}';
ALTER TABLE grpc_requests ADD COLUMN authentication_type TEXT;