feat(alerting): Plan 01 — outbound HTTP infra + admin-managed outbound connections #139
@@ -10,7 +10,7 @@ CREATE TABLE outbound_connections (
|
||||
tenant_id varchar(64) NOT NULL,
|
||||
name varchar(100) NOT NULL,
|
||||
description text,
|
||||
url text NOT NULL,
|
||||
url text NOT NULL CHECK (url ~ '^https://'),
|
||||
method outbound_method_enum NOT NULL,
|
||||
default_headers jsonb NOT NULL DEFAULT '{}',
|
||||
default_body_tmpl text,
|
||||
|
||||
Reference in New Issue
Block a user