Skip to content

[migrations] Initialize real balance to initial balance + sum of transactions...

Nicolas Frandeboeuf requested to merge nicofrand/kresus:setDefaultBalance into main

Worked fine on imports for me but I can't seem to test in on by switching from a previous commit (4888bf6a) to this last commit, it hangs right after logging the SQL: https://framagit.org/nicofrand/kresus/-/blob/master/server/models/entities/accounts.ts#L204.

I don't know if this comes from this branch or my env.

@bnjbvr Could you test it please? With postgresql (since sqlite will delete transactions when altering the account table).

Merge request reports