Fixed rebalanceIncreasedCredit, i.e. a regression.
This commit is contained in:
parent
99832d0e10
commit
87ba0eb6f7
@ -216,6 +216,7 @@ BEGIN
|
|||||||
SELECT OLD.Id, t.billId
|
SELECT OLD.Id, t.billId
|
||||||
FROM Transfer t
|
FROM Transfer t
|
||||||
JOIN CurrentDebts cd ON t.billId = cd.billId
|
JOIN CurrentDebts cd ON t.billId = cd.billId
|
||||||
|
WHERE OLD.Id = t.fromCredit
|
||||||
;
|
;
|
||||||
|
|
||||||
END;
|
END;
|
||||||
|
Loading…
Reference in New Issue
Block a user