Fixed rebalanceIncreasedCredit, i.e. a regression.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user