Add last sent date as optional column
This commit is contained in:
parent
32634ad48b
commit
d8708c2192
|
|
@ -150,7 +150,7 @@ abstract class ExpenseEntity extends Object
|
||||||
createdUserId: '',
|
createdUserId: '',
|
||||||
archivedAt: 0,
|
archivedAt: 0,
|
||||||
updatedAt: 0,
|
updatedAt: 0,
|
||||||
frequencyId: '',
|
frequencyId: kFrequencyMonthly,
|
||||||
lastSentDate: '',
|
lastSentDate: '',
|
||||||
nextSendDate: '',
|
nextSendDate: '',
|
||||||
remainingCycles: -1,
|
remainingCycles: -1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue