bramhanandlingala opened a new pull request, #8996:
URL: https://github.com/apache/devlake/pull/8996

   ### Summary
   
   `cq_issue_code_blocks.component` had no explicit type, so GORM
   defaulted it to `varchar(191)` on MySQL. Long SonarQube component
   identifiers exceed this, causing data collection to fail with
   "Data too long for column 'component'".
   
   Fixed by changing the column to `TEXT`, matching the same fix
   already applied to the sibling `cq_issues` table. The index is
   dropped first since MySQL can't have an index on a TEXT column
   without a prefix length.
   
   Closes #8993


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