feat(transaction-recurring): #100 replace active with next-execution
This commit was merged in pull request #133.
This commit is contained in:
@@ -11,8 +11,7 @@ type TransactionRecurring struct {
|
||||
UserId uuid.UUID `db:"user_id"`
|
||||
|
||||
IntervalMonths int64 `db:"interval_months"`
|
||||
LastExecution *time.Time `db:"last_execution"`
|
||||
Active bool `db:"active"`
|
||||
NextExecution *time.Time `db:"next_execution"`
|
||||
|
||||
Party string `db:"party"`
|
||||
Description string `db:"description"`
|
||||
@@ -30,7 +29,7 @@ type TransactionRecurring struct {
|
||||
type TransactionRecurringInput struct {
|
||||
Id string
|
||||
IntervalMonths string
|
||||
Active string
|
||||
NextExecution string
|
||||
Party string
|
||||
Description string
|
||||
AccountId string
|
||||
|
||||
Reference in New Issue
Block a user