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:
idafurjes
2022-10-04 14:14:32 +02:00
committed by GitHub
parent 3d58f39b25
commit a25516fbe3
12 changed files with 175 additions and 150 deletions

View File

@@ -182,7 +182,7 @@ type BatchDisableUsersCommand struct {
type SetUserHelpFlagCommand struct {
HelpFlags1 HelpFlags1
UserID int64
UserID int64 `xorm:"user_id"`
}
type GetSignedInUserQuery struct {