mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix upgrade database thing.
This commit is contained in:
parent
e8e0a44cca
commit
ee45cc2f73
@ -41,6 +41,9 @@ class AccountType extends Model
|
|||||||
const RECONCILIATION = 'Reconciliation account';
|
const RECONCILIATION = 'Reconciliation account';
|
||||||
const LOAN = 'Loan';
|
const LOAN = 'Loan';
|
||||||
|
|
||||||
|
/** @var array */
|
||||||
|
protected $fillable = ['type'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The attributes that should be casted to native types.
|
* The attributes that should be casted to native types.
|
||||||
*
|
*
|
||||||
|
@ -39,6 +39,9 @@ class TransactionType extends Model
|
|||||||
const OPENING_BALANCE = 'Opening balance';
|
const OPENING_BALANCE = 'Opening balance';
|
||||||
const RECONCILIATION = 'Reconciliation';
|
const RECONCILIATION = 'Reconciliation';
|
||||||
|
|
||||||
|
/** @var array */
|
||||||
|
protected $fillable = ['type'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The attributes that should be casted to native types.
|
* The attributes that should be casted to native types.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user