Removed accidental user field inclusin.

This commit is contained in:
mikestefanello 2025-08-15 09:52:37 -04:00
parent 9d75c2a665
commit acb12c393a
3 changed files with 1 additions and 30 deletions

View file

@ -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",
},
},
}