diff --git a/management/server/store/sql_store.go b/management/server/store/sql_store.go index c070fa5bb..c785cf6b7 100644 --- a/management/server/store/sql_store.go +++ b/management/server/store/sql_store.go @@ -248,7 +248,6 @@ func generateAccountSQLTypes(account *types.Account) { user.PATsG = append(user.PATsG, *pat) } account.UsersG = append(account.UsersG, user) - account.Users = nil } for id, group := range account.Groups {