Fixed rebalanceIncreasedCredit, i.e. a regression.

This commit is contained in:
Florian "flowdy" Heß 2016-06-25 19:04:20 +02:00
parent 99832d0e10
commit 87ba0eb6f7
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ BEGIN
SELECT OLD.Id, t.billId
FROM Transfer t
JOIN CurrentDebts cd ON t.billId = cd.billId
WHERE OLD.Id = t.fromCredit
;
END;