abeizn commented on code in PR #2492:
URL: https://github.com/apache/incubator-devlake/pull/2492#discussion_r920833838
##########
plugins/jira/models/migrationscripts/archived/connection_history.go:
##########
@@ -30,7 +30,7 @@ type JiraConnectionV11 struct {
StoryPointField string `gorm:"type:varchar(50);"
json:"storyPointField"`
RemotelinkCommitShaPattern string
`gorm:"type:varchar(255);comment='golang regexp, the first group will be
recognized as commit sha, ref https://github.com/google/re2/wiki/Syntax'"
json:"remotelinkCommitShaPattern"`
Proxy string `json:"proxy"`
- RateLimit int `comment:"api request rate limt
per hour" json:"rateLimit"`
+ RateLimitPerHour int `comment:"api request rate limt
per hour" json:"rateLimit"`
Review Comment:
> I found that jira tables have been dropped too
@warren830
No, connction exists. zhenmian is right, but the other way is that I
directly changed the ratelimit parameter, then him don't need to write the
migration scripts.
--
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]