Removed accidental user field inclusin.
This commit is contained in:
parent
9d75c2a665
commit
acb12c393a
3 changed files with 1 additions and 30 deletions
|
|
@ -98,16 +98,4 @@ var fieldsUser = []*FieldSchema{
|
|||
Sensitive: false,
|
||||
Enums: nil,
|
||||
},
|
||||
{
|
||||
Name: "role",
|
||||
Type: field.TypeEnum,
|
||||
Optional: false,
|
||||
Immutable: false,
|
||||
Sensitive: false,
|
||||
Enums: []string{
|
||||
"read",
|
||||
"write",
|
||||
"admin",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue