Add endpoint to update priority
This commit is contained in:
parent
3cad5f8d71
commit
493d9264d3
3 changed files with 64 additions and 0 deletions
|
@ -249,6 +249,7 @@ func (r *ChoreRepository) GetChoreDetailByID(c context.Context, choreID int, cir
|
|||
chores.next_due_date,
|
||||
chores.assigned_to,
|
||||
chores.created_by,
|
||||
chores.priority,
|
||||
recent_history.last_completed_date,
|
||||
recent_history.notes,
|
||||
recent_history.last_assigned_to as last_completed_by,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue