mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SQLStore: use bool pointer instead of string (#18111)
This commit is contained in:
@@ -147,9 +147,7 @@ type SearchUsersQuery struct {
|
||||
Limit int
|
||||
AuthModule string
|
||||
|
||||
// We have to use string not bool, since there is cases when
|
||||
// we don't care if user is disabled or not
|
||||
IsDisabled string
|
||||
IsDisabled *bool
|
||||
|
||||
Result SearchUserQueryResult
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user