feat: add webhook for add/update org/provider (#1316)

This commit is contained in:
Mr Forest
2022-11-24 00:29:15 +08:00
committed by GitHub
parent 56ff06bbea
commit 84a03f6c8e
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ type Webhook struct {
Method string `xorm:"varchar(100)" json:"method"`
ContentType string `xorm:"varchar(100)" json:"contentType"`
Headers []*Header `xorm:"mediumtext" json:"headers"`
Events []string `xorm:"varchar(100)" json:"events"`
Events []string `xorm:"varchar(1000)" json:"events"`
IsUserExtended bool `json:"isUserExtended"`
IsEnabled bool `json:"isEnabled"`
}