APIKeys: add API key migration to ensure fk is null (#46285)
This commit is contained in:
@@ -182,7 +182,7 @@ func (hs *HTTPServer) declareFixedRoles() error {
|
||||
},
|
||||
},
|
||||
},
|
||||
Grants: []string{"Admin"},
|
||||
Grants: []string{string(models.ROLE_ADMIN)},
|
||||
}
|
||||
|
||||
orgReaderRole := ac.RoleRegistration{
|
||||
|
||||
Reference in New Issue
Block a user