You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a duplicated column named HeadUserName on PullRequest. But if HeadRepo transfered to a new place, we haven't change the pull requests' HeadUserName.
There are two method to resolve the problem. One is update all PullRequest's HeadUserName when transfered repository.
The second is to remove the column HeadUserName and get it from Repository and User.
Which one is better?
The text was updated successfully, but these errors were encountered:
There is a duplicated column named
HeadUserName
onPullRequest
. But ifHeadRepo
transfered to a new place, we haven't change the pull requests'HeadUserName
.There are two method to resolve the problem. One is update all
PullRequest
'sHeadUserName
when transfered repository.The second is to remove the column
HeadUserName
and get it fromRepository
andUser
.Which one is better?
The text was updated successfully, but these errors were encountered: