mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update date related code to fix several issues with SQLite
This commit is contained in:
@@ -62,8 +62,7 @@ class TransactionJournal extends Model
|
||||
'encrypted' => 'boolean',
|
||||
'completed' => 'boolean',
|
||||
];
|
||||
/** @var array */
|
||||
protected $dates = ['date', 'interest_date', 'book_date', 'process_date'];
|
||||
|
||||
/** @var array */
|
||||
protected $fillable
|
||||
= ['user_id', 'transaction_type_id', 'bill_id', 'interest_date', 'book_date', 'process_date',
|
||||
|
Reference in New Issue
Block a user