abeizn commented on code in PR #7325:
URL: 
https://github.com/apache/incubator-devlake/pull/7325#discussion_r1569844626


##########
backend/plugins/gitlab/models/pipeline.go:
##########
@@ -58,6 +58,7 @@ type GitlabPipelineProject struct {
        PipelineId      int    `gorm:"primaryKey"`
        ProjectId       int    `gorm:"primaryKey"`
        Ref             string `gorm:"type:varchar(255)"`
+       WebUrl          string `gorm:"type:varchar(255)"`

Review Comment:
   deleted



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to