airajena commented on PR #5443: URL: https://github.com/apache/fineract/pull/5443#issuecomment-3867488707
Hi @adamsaghy , i checked the failed check This failure is because Liquibase is trying to create m_command, but the table already exists in the CI database. The safest fix is to make that change set idempotent by adding a precondition like: If m_command already exists → mark the change set as ran and continue. Should I make this change or is there any other alternative? -- 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]
