mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 18:49:47 -05:00
Merge branch 'main' into feat-durable-execution
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user