From 3ce0f4505861d4def3fe0ea6d78dd9e21089c612 Mon Sep 17 00:00:00 2001 From: Michael Suchacz Date: Fri, 13 Dec 2024 19:57:11 +0100 Subject: [PATCH] fixed typo in the query --- core/services/job/orm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/job/orm.go b/core/services/job/orm.go index 7c7f8e772ed..cfd8060d60c 100644 --- a/core/services/job/orm.go +++ b/core/services/job/orm.go @@ -782,7 +782,7 @@ func (o *orm) DeleteJob(ctx context.Context, id int32, jobType Type) error { if len(q) > 0 { query += fmt.Sprintf(`deleted_specific_specs AS ( %s - ),)`, q) + ),`, q) } query += ` deleted_job_pipeline_specs AS (