mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-12 03:09:41 -06:00
feat: add name in webhook model db in prisme
This commit is contained in:
@@ -30,6 +30,7 @@ enum PipelineTriggers {
|
||||
|
||||
model Webhook {
|
||||
id String @id @default(cuid())
|
||||
name String?
|
||||
createdAt DateTime @default(now()) @map(name: "created_at")
|
||||
updatedAt DateTime @updatedAt @map(name: "updated_at")
|
||||
url String
|
||||
|
||||
Reference in New Issue
Block a user