You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "CamilleTeruel (via GitHub)" <gi...@apache.org> on 2023/06/01 14:20:19 UTC

[GitHub] [incubator-devlake] CamilleTeruel commented on issue #5298: [Bug][Azure DevOps] SQL Sha Merge Commit cannot be null

CamilleTeruel commented on issue #5298:
URL: https://github.com/apache/incubator-devlake/issues/5298#issuecomment-1572149539

   This bug happens if you have run the azure devops plugin before v0.17.0-beta6.
   I'm sorry but contrary to what I said previously, this field was not marked optional before beta6.
   
   If you have this issue, execute the following on your db instance:
   `ALTER TABLE _tool_azuredevops_gitpullrequests MODIFY merge_commit_sha varchar(255) null;`
   
   We can add a migration script. IMO, it is not worth it as it affect only DBs that ran under beta versions. I vote for closing this issue.
   
   @klesh @hezyin What do you think, do we close issue or add missing migration?


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org