Răsfoiți Sursa

Merge pull request #2483 from bkcsoft/fix/mysql-webhook-url-length

Fixed Webhook URL-length Issue #2465
Unknwon 9 ani în urmă
părinte
comite
93f40995b3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      models/webhook.go

+ 1 - 1
models/webhook.go

@@ -285,7 +285,7 @@ type HookTask struct {
 	HookID          int64
 	UUID            string
 	Type            HookTaskType
-	URL             string
+	URL             string `xorm:"TEXT"`
 	api.Payloader   `xorm:"-"`
 	PayloadContent  string `xorm:"TEXT"`
 	ContentType     HookContentType