guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix a missing ; in a Sqitch migration


From: Christopher Baines
Subject: branch master updated: Fix a missing ; in a Sqitch migration
Date: Sun, 29 Mar 2020 07:05:17 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 776d046  Fix a missing ; in a Sqitch migration
776d046 is described below

commit 776d0462e97b5faaf096c4250ae2d3eafb42c072
Author: Christopher Baines <address@hidden>
AuthorDate: Sun Mar 29 12:05:00 2020 +0100

    Fix a missing ; in a Sqitch migration
---
 sqitch/deploy/load_new_guix_revision_jobs_make_commits_unique.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sqitch/deploy/load_new_guix_revision_jobs_make_commits_unique.sql 
b/sqitch/deploy/load_new_guix_revision_jobs_make_commits_unique.sql
index 52ef2d3..bd07eac 100644
--- a/sqitch/deploy/load_new_guix_revision_jobs_make_commits_unique.sql
+++ b/sqitch/deploy/load_new_guix_revision_jobs_make_commits_unique.sql
@@ -9,7 +9,7 @@ WHERE job_id NOT IN (
   SELECT DISTINCT ON (commit) id
   FROM load_new_guix_revision_jobs
   ORDER BY commit, succeeded_at ASC NULLS LAST, created_at ASC
-)
+);
 
 DELETE FROM load_new_guix_revision_job_logs
 WHERE job_id NOT IN (



reply via email to

[Prev in Thread] Current Thread [Next in Thread]