-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Correct SQL syntax. #2141
fix: Correct SQL syntax. #2141
Conversation
@sarabala1979 please review? |
Codecov Report
@@ Coverage Diff @@
## master #2141 +/- ##
=========================================
+ Coverage 11.69% 11.7% +0.01%
=========================================
Files 52 51 -1
Lines 26353 26321 -32
=========================================
Hits 3081 3081
+ Misses 22877 22845 -32
Partials 395 395
Continue to review full report at Codecov.
|
@@ -78,7 +78,7 @@ func (r *workflowArchive) ArchiveWorkflow(wf *wfv1.Workflow) error { | |||
Set("startedat", wf.Status.StartedAt.Time). | |||
Set("finishedat", wf.Status.FinishedAt.Time). | |||
Where(db.Cond{"clustername": r.clusterName}). | |||
And(db.Cond{"uuid": wf.UID}). | |||
And(db.Cond{"uid": wf.UID}). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pft
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.See #1974