Merge branch 'main' into feat-durable-execution

This commit is contained in:
mrkaye97
2026-02-12 09:27:40 -05:00
91 changed files with 2803 additions and 591 deletions
+1 -1
View File
@@ -563,7 +563,7 @@ CREATE TYPE v1_incoming_webhook_hmac_algorithm AS ENUM ('SHA1', 'SHA256', 'SHA51
CREATE TYPE v1_incoming_webhook_hmac_encoding AS ENUM ('HEX', 'BASE64', 'BASE64URL');
-- Can add more sources in the future
CREATE TYPE v1_incoming_webhook_source_name AS ENUM ('GENERIC', 'GITHUB', 'STRIPE', 'SLACK', 'LINEAR');
CREATE TYPE v1_incoming_webhook_source_name AS ENUM ('GENERIC', 'GITHUB', 'STRIPE', 'SLACK', 'LINEAR', 'SVIX');
CREATE TABLE v1_incoming_webhook (
tenant_id UUID NOT NULL,