Merge pull request #9468 from yparitcher/main

This commit is contained in:
James Cole 2024-11-15 06:17:17 +01:00 committed by GitHub
commit 87113d7181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
];