Remove duplicate AND from delete-from-git-commits query

This commit is contained in:
Christopher Baines 2022-06-16 12:25:47 +01:00
parent 5b82be803c
commit 71aaf1016b

View file

@ -191,7 +191,7 @@ WHERE id IN (
INNER JOIN git_branches
ON git_branches.id = git_commits.git_branch_id
WHERE git_branches.git_repository_id = ~A
AND git_branches.name = '~A' AND
AND git_branches.name = '~A'
AND git_commits.commit IN (~A)
)"
git-repository-id