You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Michael Vorburger <mi...@vorburger.ch> on 2020/05/09 11:07:17 UTC

FINERACT-958 FK_m_savings_account_transaction_m_office` FOREIGN KEY

Hello everyone,

who would be willing to take and raise a PR to solve
https://issues.apache.org/jira/browse/FINERACT-958 re. "Foreign key
constraint fails (`fineract_default`.`m_savings_account_transaction`,
CONSTRAINT `FK_m_savings_account_transaction_m_office` FOREIGN KEY
(`office_id`) REFERENCES `m_office` (`id`))" ?

I can reliably reproduce this error in automated test, and have reason to
believe that fixing this is one of a number of things required to improve
our unstable flaky integration test situation...

Tx,
M.