]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix converting LedgerTransactionAccount to TransactionAccount (room)
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 25 Apr 2021 16:29:35 +0000 (19:29 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 25 Apr 2021 17:07:58 +0000 (17:07 +0000)
the currency can't be null

having null here led to problems when saving the transaction
speculatively and account amounts are updated, because in the database
account_values.currency is declared not null


No differences found