abeizn opened a new issue, #5696: URL: https://github.com/apache/incubator-devlake/issues/5696
### 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 The migration process is not successful when using Postgres. 1. ERROR: cached plan must not change result type (SQLSTATE 0A00)  2. ERROR: could not idertify an ordering operator for type json (SQLSTATE42883)  3. panic: runtime error: invalid memory address or nil pointer dereference  4. ERROR: syntax error at or near (SQLSTATE 42601), that causes the process loop.  ### What do you expect to happen The migration process can be successful on PostgreSQL. ### How to reproduce run devlake migration on postgres ### Anything else _No response_ ### Version v0.18.0-beta1 ### 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]
