You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "warren830 (via GitHub)" <gi...@apache.org> on 2023/02/08 09:37:28 UTC

[GitHub] [incubator-devlake] warren830 commented on a diff in pull request #4360: feat(sonarqube): add file metrics convertor

warren830 commented on code in PR #4360:
URL: https://github.com/apache/incubator-devlake/pull/4360#discussion_r1099880326


##########
backend/core/models/domainlayer/securitytesting/st_issues.go:
##########
@@ -29,7 +29,7 @@ type StIssue struct {
 	Rule              string           `json:"rule" gorm:"type:varchar(255)"`
 	Severity          string           `json:"severity" gorm:"type:varchar(255)"`
 	Component         string           `json:"component" gorm:"type:varchar(255)"`
-	Project           string           `json:"project" gorm:"type:varchar(255)"`
+	ProjectKey        string           `gorm:"index;type:varchar(255)"` //domain project key

Review Comment:
   fixed



-- 
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