mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Copy sqlstore methods to user store (#56280)
* Chore: Copy sqlstore methods to user store * Fix xorm tag * Add tests * Remove unused methods from sqlstore
This commit is contained in:
@@ -182,7 +182,7 @@ type BatchDisableUsersCommand struct {
|
||||
|
||||
type SetUserHelpFlagCommand struct {
|
||||
HelpFlags1 HelpFlags1
|
||||
UserID int64
|
||||
UserID int64 `xorm:"user_id"`
|
||||
}
|
||||
|
||||
type GetSignedInUserQuery struct {
|
||||
|
||||
Reference in New Issue
Block a user