]> source.dussan.org Git - gitea.git/commit
Prevent ambiguous column error in organizations page (#18314)
authorzeripath <art27@cantab.net>
Tue, 18 Jan 2022 07:45:14 +0000 (07:45 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 07:45:14 +0000 (07:45 +0000)
commita7ee4d507a0edb2fa90ac25299a27298de941a41
treefe1e3d21706475c04cddc9b4ea2a51c4b148fda5
parent851b54ba9fb80b47367071cf671872c881c6ae6e
Prevent ambiguous column error in organizations page (#18314)

Explicitly set the table for the org_id column queries on the organizations pages.

Fix #18229

Signed-off-by: Andrew Thornton <art27@cantab.net>
models/repo_list.go