Removed accidental user field inclusin.
This commit is contained in:
parent
be5c1f9197
commit
a8a9f5ee3a
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