mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-17 04:56:24 +00:00
parent
957581571b
commit
d76144ef42
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ type Pipeline struct {
|
|||
Message string `json:"message" xorm:"TEXT 'message'"`
|
||||
Timestamp int64 `json:"timestamp" xorm:"'timestamp'"`
|
||||
Sender string `json:"sender" xorm:"sender"` // uses reported user for webhooks and name of cron for cron pipelines
|
||||
Avatar string `json:"author_avatar" xorm:"avatar"`
|
||||
Email string `json:"author_email" xorm:"email"`
|
||||
Avatar string `json:"author_avatar" xorm:"varchar(500) avatar"`
|
||||
Email string `json:"author_email" xorm:"varchar(500) email"`
|
||||
ForgeURL string `json:"forge_url" xorm:"forge_url"`
|
||||
Reviewer string `json:"reviewed_by" xorm:"reviewer"`
|
||||
Reviewed int64 `json:"reviewed_at" xorm:"reviewed"` // TODO change JSON field to "reviewed" in 3.0
|
||||
|
|
Loading…
Reference in a new issue