abeizn commented on code in PR #4420:
URL:
https://github.com/apache/incubator-devlake/pull/4420#discussion_r1106598574
##########
backend/plugins/tapd/models/migrationscripts/archived/story.go:
##########
@@ -82,9 +82,9 @@ type TapdStory struct {
CustomFieldThree string `json:"custom_field_three" gorm:"type:text"`
CustomFieldFour string `json:"custom_field_four" gorm:"type:text"`
CustomFieldFive string `json:"custom_field_five" gorm:"type:text"`
- CustomField6 string `json:"custom_field_6" gorm:"type:text"`
- CustomField7 string `json:"custom_field_7" gorm:"type:text"`
- CustomField8 string `json:"custom_field_8" gorm:"type:text"`
+ CustomField6 string `json:"custom_field_six" gorm:"type:text"`
+ CustomField7 string `json:"custom_field_seven" gorm:"type:text"`
+ CustomField8 string `json:"custom_field_eight" gorm:"type:text"`
CustomField9 string `json:"custom_field_9" gorm:"type:text"`
Review Comment:
9, 10, 11 need ?
--
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]