Remove duplicate AND from delete-from-git-commits query
This commit is contained in:
parent
5b82be803c
commit
71aaf1016b
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ WHERE id IN (
|
||||||
INNER JOIN git_branches
|
INNER JOIN git_branches
|
||||||
ON git_branches.id = git_commits.git_branch_id
|
ON git_branches.id = git_commits.git_branch_id
|
||||||
WHERE git_branches.git_repository_id = ~A
|
WHERE git_branches.git_repository_id = ~A
|
||||||
AND git_branches.name = '~A' AND
|
AND git_branches.name = '~A'
|
||||||
AND git_commits.commit IN (~A)
|
AND git_commits.commit IN (~A)
|
||||||
)"
|
)"
|
||||||
git-repository-id
|
git-repository-id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue