Skip to content

Commit

Permalink
Change build message column type to text (woodpecker-ci#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored Oct 12, 2022
1 parent f9dd651 commit 86bc8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/model/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Build struct {
Refspec string `json:"refspec" xorm:"build_refspec"`
Remote string `json:"remote" xorm:"build_remote"`
Title string `json:"title" xorm:"build_title"`
Message string `json:"message" xorm:"build_message"`
Message string `json:"message" xorm:"TEXT 'build_message'"`
Timestamp int64 `json:"timestamp" xorm:"build_timestamp"`
Sender string `json:"sender" xorm:"build_sender"` // uses reported user for webhooks and name of cron for cron pipelines
Avatar string `json:"author_avatar" xorm:"build_avatar"`
Expand Down

0 comments on commit 86bc8b4

Please sign in to comment.