Closed sstojak1 closed 2 weeks ago
@klesh can we merge it?
@sstojak1 Could you fix the test cases?
@klesh, 20240813_change_issue_component_type is fixed. Could you run the tests again?
Before that, could you review the 20240813_increase_project_key_length script? It might fail since the project_key column doesn’t exist in cq_projects. Did you intend to modify a different column?
@sstojak1 I just checked the code and found out 20240813_increase_project_key_length
under the core/model
should be changing the length of cq_projects.id
from 255 to 500 instead.
Would you kindly update the script to do so? Thanks, 🌹
@klesh updated...
@sstojak1 Thank you very much for correcting my mistakes 🌹 I wondered why people kept reporting "Data too long" after my PR merged.
I was almost one of them until I did a bit of troubleshooting 😅
⚠️ Pre Checklist
pr-type/bug-fix
,pr-type/feature-development
, etc.Summary
What does this PR do? Adds increaseProjectKeyLength and changeIssueComponentType to register.go
Does this close any open issues?
Closes #8177
Screenshots
Include any relevant screenshots here.
Other Information
Any other information that is important to this PR.