You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/11/10 08:29:42 UTC

[GitHub] [incubator-devlake] warren830 opened a new pull request, #3712: fix(migrationscript): resolve bugs when migrating

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

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


[GitHub] [incubator-devlake] warren830 merged pull request #3712: fix(migrationscript): resolve bugs when migrating

Posted by GitBox <gi...@apache.org>.
warren830 merged PR #3712:
URL: https://github.com/apache/incubator-devlake/pull/3712


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