Skip to content

Commit 5a10bac

Browse files
committed
once more around the merry go round
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 6264fc4 commit 5a10bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo_transfer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ func TransferOwnership(doer *User, newOwnerName string, repo *Repository) (err e
341341

342342
if _, err := sess.Exec(`DELETE FROM comment WHERE comment.id IN (
343343
SELECT il_too.id FROM (
344-
SELECT comment.id
344+
SELECT com.id
345345
FROM comment AS com
346346
INNER JOIN label ON com.label_id = label.id
347347
INNER JOIN issue on issue.id = com.issue_id

0 commit comments

Comments
 (0)