SQLStore: use bool pointer instead of string (#18111)
(cherry picked from commit d9f01cb822)
This commit is contained in:
committed by
Leonard Gram
parent
ae04813045
commit
1f482a5f0b
+1
-3
@@ -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