mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove todo about index on user_id in user_auth because it exists
This commit is contained in:
parent
7e62394d01
commit
de338338bf
@ -115,7 +115,7 @@ func GetUserByAuthInfo(query *m.GetUserByAuthInfoQuery) error {
|
||||
|
||||
func GetAuthInfo(query *m.GetAuthInfoQuery) error {
|
||||
userAuth := &m.UserAuth{
|
||||
UserId: query.UserId, // TODO this doesn't have an index in the db
|
||||
UserId: query.UserId,
|
||||
AuthModule: query.AuthModule,
|
||||
AuthId: query.AuthId,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user