authz: use GitHub database ID as bind ID
Created by: unknwon
We store database ID as account_id
for GitHub OAuth users, not GraphQL node ID. It was an oversight and this bug has slipped through few iterations already.
Tested end-to-end manually. Covered and caught by our regression test suite.
Fixes #11561