petkostas opened a new issue, #8621: URL: https://github.com/apache/incubator-devlake/issues/8621
### 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 After upgrading from `1.0.2-beta8` to `v1.0.3-beta7` the instance is failing to startup: ``` │ [GIN-debug] Listening and serving HTTP on :8080 │ │ panic: sql: Scan error on column index 0, name "priority": converting NULL to int is unsupported (50 │ │ Wraps: (2) sql: Scan error on column index 0, name "priority" │ │ Wraps: (3) converting NULL to int is unsupported │ │ Error types: (1) *hintdetail.withDetail (2) *fmt.wrapError (3) *errors.errorString │ │ │ │ goroutine 116 [running]: │ │ github.com/apache/incubator-devlake/server/services.dequeuePipeline({0x2c8cb78, 0x0, 0x0}) │ │ /app/server/services/pipeline.go:270 +0x10d3 │ │ github.com/apache/incubator-devlake/server/services.RunPipelineInQueue(0x1) │ │ /app/server/services/pipeline.go:335 +0x42c │ │ created by github.com/apache/incubator-devlake/server/services.pipelineServiceInit │ │ /app/server/services/pipeline.go:112 +0x23d ``` This is most likely related to the new priority feature that was added. cc: @klesh ### What do you expect to happen New instance should load properly. ### How to reproduce Spin up an instance with version `v1.0.2-beta8` add some datasources (used GitHub and Jira) and upgrade to `v1.0.3-beta7` ### Anything else _No response_ ### Version v1.0.3-beta7 ### Are you willing to submit PR? - [ ] 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]
