guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix ambiguous id column in delete-from-git-commit


From: Christopher Baines
Subject: branch master updated: Fix ambiguous id column in delete-from-git-commits
Date: Thu, 16 Jun 2022 07:30:30 -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 be45e42  Fix ambiguous id column in delete-from-git-commits
be45e42 is described below

commit be45e4251e2e2d4ad2666f25e0d884121bd85ffd
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 16 12:30:08 2022 +0100

    Fix ambiguous id column in delete-from-git-commits
---
 guix-data-service/data-deletion.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/data-deletion.scm 
b/guix-data-service/data-deletion.scm
index 6a189ca..5ade50f 100644
--- a/guix-data-service/data-deletion.scm
+++ b/guix-data-service/data-deletion.scm
@@ -186,7 +186,7 @@ WHERE git_repository_id = " (number->string 
git-repository-id) " AND
       "
 DELETE FROM git_commits
 WHERE id IN (
-  SELECT id
+  SELECT git_commits.id
   FROM git_commits
   INNER JOIN git_branches
     ON git_branches.id = git_commits.git_branch_id



reply via email to

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