You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "keon94 (via GitHub)" <gi...@apache.org> on 2023/06/25 18:06:38 UTC

[GitHub] [incubator-devlake] keon94 commented on a diff in pull request #5501: Fix gitlab commit sha

keon94 commented on code in PR #5501:
URL: https://github.com/apache/incubator-devlake/pull/5501#discussion_r1241256017


##########
backend/plugins/gitlab/models/mr.go:
##########
@@ -39,6 +39,8 @@ type GitlabMergeRequest struct {
 	SourceBranch     string `gorm:"type:varchar(255)"`
 	TargetBranch     string `gorm:"type:varchar(255)"`
 	MergeCommitSha   string `gorm:"type:varchar(255)"`
+	SquashCommitSha  string `gorm:"type:varchar(255)"`

Review Comment:
   The new fields need DB migrations



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org