chore: initial project import
Some checks failed
CI - Production Readiness / Verify (push) Has been cancelled
Some checks failed
CI - Production Readiness / Verify (push) Has been cancelled
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
ALTER TABLE "WebhookEvent" ADD COLUMN "eventHash" TEXT;
|
||||
|
||||
CREATE INDEX "WebhookEvent_tenantId_channelId_eventHash_idx" ON "WebhookEvent"("tenantId", "channelId", "eventHash");
|
||||
Reference in New Issue
Block a user