msaffitz opened a new issue, #7412: URL: https://github.com/apache/incubator-devlake/issues/7412
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened Attempted to migrate the DB to 1.0.0-beta6. Upon migration, I get an error, below. Using mysql as DB. ``` 2024-04-29 11:17:08 time="2024-04-29 18:17:08" level=info msg="\x1b[31;1m/app/impls/dalgorm/dalgorm.go:146 \x1b[35;1mError 1406 (22001): Data too long for column 'file_path' at row 2836\n\x1b[0m\x1b[33m[501.325ms] \x1b[34;1m[rows:0]\x1b[0m ALTER TABLE commit_files MODIFY COLUMN file_path VARBINARY(255);" ``` ### What do you expect to happen Migration successfully completes. ### How to reproduce Attempted DB migration, JIRA and GitHub are source systems. ### Anything else _No response_ ### Version v1.0.0-beta6 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
