Files
Wira Basalamah adde003fba
Some checks failed
CI - Production Readiness / Verify (push) Has been cancelled
chore: initial project import
2026-04-21 09:29:29 +07:00

4 lines
175 B
SQL

ALTER TABLE "WebhookEvent" ADD COLUMN "eventHash" TEXT;
CREATE INDEX "WebhookEvent_tenantId_channelId_eventHash_idx" ON "WebhookEvent"("tenantId", "channelId", "eventHash");