abeizn commented on code in PR #3726:
URL:
https://github.com/apache/incubator-devlake/pull/3726#discussion_r1021487159
##########
models/migrationscripts/20221109_modfiy_commits_diffs.go:
##########
@@ -83,6 +83,7 @@ func (script *modifyCommitsDiffs) Up(basicRes core.BasicRes)
errors.Error {
dst.CommitSha = s.CommitSha
dst.NewCommitSha = s.NewRefCommitSha
dst.OldCommitSha = s.OldRefCommitSha
+ dst.SortingIndex = s.SortingIndex
Review Comment:
copy all data, sortingindex is the one.
--
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]