mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Clean up models (#3228)
This commit is contained in:
@@ -29,7 +29,6 @@ type Feed struct {
|
||||
Branch string `json:"branch,omitempty" xorm:"feed_pipeline_branch"`
|
||||
Ref string `json:"ref,omitempty" xorm:"feed_pipeline_ref"`
|
||||
Refspec string `json:"refspec,omitempty" xorm:"feed_pipeline_refspec"`
|
||||
Remote string `json:"remote,omitempty" xorm:"feed_pipeline_clone_url"`
|
||||
Title string `json:"title,omitempty" xorm:"feed_pipeline_title"`
|
||||
Message string `json:"message,omitempty" xorm:"feed_pipeline_message"`
|
||||
Author string `json:"author,omitempty" xorm:"feed_pipeline_author"`
|
||||
|
||||
Reference in New Issue
Block a user