mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #9468 from yparitcher/main
This commit is contained in:
commit
87113d7181
@ -54,6 +54,8 @@ class Transaction extends Model
|
||||
'bill_name_encrypted' => 'boolean',
|
||||
'reconciled' => 'boolean',
|
||||
'balance_dirty' => 'boolean',
|
||||
'balance_before' => 'string'
|
||||
'balance_after' => 'string'
|
||||
'date' => 'datetime',
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user