Fix rename script

This commit is contained in:
2019-05-12 01:17:21 +02:00
parent 2827297d01
commit c830a8e0b2

View File

@@ -5,7 +5,7 @@ WHERE "key" = 'accounts.checkaccount';
UPDATE account
SET "key" = 'Income'
WHERE "key" = 'accounts.income'
WHERE "key" = 'accounts.income';
UPDATE account
SET "key" = 'Cash'