mindlesscloud commented on code in PR #3803:
URL:
https://github.com/apache/incubator-devlake/pull/3803#discussion_r1034329372
##########
plugins/jira/models/board.go:
##########
@@ -25,7 +25,7 @@ type JiraBoard struct {
common.NoPKModel
ConnectionId uint64 `gorm:"primaryKey"`
BoardId uint64 `gorm:"primaryKey"`
- ScopeId string
+ ScopeId string `gorm:"type:varchar(255)"`
Review Comment:
I will remove `ScopeId` from tool layer tables
--
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]