Fix ambiguous id column in delete-from-git-commits
This commit is contained in:
parent
71aaf1016b
commit
be45e4251e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue