APIKeys: add API key migration to ensure fk is null (#46285)

This commit is contained in:
J Guerreiro
2022-03-07 15:58:20 +01:00
committed by GitHub
parent 0debf33c76
commit c6cae8411a
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ func (hs *HTTPServer) declareFixedRoles() error {
},
},
},
Grants: []string{"Admin"},
Grants: []string{string(models.ROLE_ADMIN)},
}
orgReaderRole := ac.RoleRegistration{