kgalli commented on issue #8122: URL: https://github.com/apache/incubator-devlake/issues/8122#issuecomment-2504138527
I ran into exactly this problem with version 1.0.1 using Postgres. I did not ran into this issue with MySQL. As I have to use Postgres in my environment can you provide some hints if this is a recent bug and if this is supposed to be fixed. From the previous comment I only get that certain columns are added to certain tables but I can not see any PR related which addresses this. See some part of the error message I get in the logs: ``` ERROR: column \"INCIDENT\" does not exist (SQLSTATE 42703)\n\x1b[0m\x1b[33m[0.210ms] \x1b[34;1m[rows:0]\x1b[0m \n\t\tDELETE\n\t\tFROM incidents ``` I'm happy to provide a PR I just need to understand if this is supposed to be already fixed or if the mentioned tables have to be patched. I also wonder why this is working on MySQL. Maybe there are some migrations to fix? Any hint would be much appreciated and I'm happy to support to get things fixed. I just need a starting point. -- 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]
