warren830 opened a new pull request, #3712:
URL: https://github.com/apache/incubator-devlake/pull/3712

   # Summary
   
   There are two problems caused migration failed from v0.12 to 0.14
   1. _devlake_tasks.id is not in accordance with pipeline.id
    - previously, we migrate the whole table instead of changing columns, in 
this pr, we fixed it
   2. reported `_tool_jenkins_builds does not exist` 
   <img width="1440" alt="img_v2_9f59a543-3db1-4f7e-b896-7ad1bc2117ag" 
src="https://user-images.githubusercontent.com/39366025/201039604-4da13cc6-aee2-458a-a172-6d5e48cdd24f.png";>
    - when we are migrating jenkins build, we used cursor, and changed the 
table name of the cursor before we releasing it. Now we fixed this by not 
changing this table name before we release it
   
   ### Does this close any open issues?
   Closes #3537 
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
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]

Reply via email to