@@ -, +, @@ --- installer/data/mysql/atomicupdate/bug_23049_debit.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug_23049_debit.perl +++ a/installer/data/mysql/atomicupdate/bug_23049_debit.perl @@ -159,7 +159,7 @@ if ( CheckVersion($DBversion) ) { FROM accountlines WHERE - amount > 0 + amount >= 0 } ); --