Skip to content

Commit

Permalink
fix: canary on conflict clause
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Oct 8, 2024
1 parent d3f10fa commit c96bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/canary.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (t Canary) ConflictClause() clause.OnConflict {
),
},
},
DoUpdates: clause.AssignmentColumns([]string{"labels", "spec"}),
DoUpdates: clause.AssignmentColumns([]string{"labels", "spec", "annotations"}),
}
}

Expand Down

0 comments on commit c96bdc4

Please sign in to comment.