File src/include/data/1.0.6_migration.sql artifact 6e98c5399a part of check-in 1621418cf07f40da6c3e5a7e29bc7bf2c4ec57002b65ab6c005dba88cadb0e4a


-- Fix credit/debt payment types
UPDATE acc_transactions SET type = 0 WHERE id_related IS NOT NULL AND type IN (4,5);