Add last sent date as optional column

This commit is contained in:
Hillel Coren 2021-09-10 17:30:26 +03:00
parent 32634ad48b
commit d8708c2192
1 changed files with 1 additions and 1 deletions

View File

@ -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,