petkostas opened a new pull request, #8622: URL: https://github.com/apache/incubator-devlake/pull/8622
### Summary After upgrading from `v1.0.2-beta8` to `v1.0.3-beta7`, DevLake instances crash on startup with the following error: This occurs in `dequeuePipeline()` when attempting to query the priority column. The migration script `20250813_add_pipeline_priority.go` adds the priority column to existing tables but doesn't set default values for existing rows, leaving them as `NULL`. When the pipeline service queries these `NULL` values into Go's int type (which is not nullable), it causes a panic. ### Does this close any open issues? Closes #8621 -- 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]
