fixes #6260 vn-user quito campos redundantes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2023-10-05 09:40:05 +02:00
parent 9538841a30
commit 726bc26a75
1 changed files with 0 additions and 7 deletions

View File

@ -23,10 +23,6 @@
"columnName": "name" "columnName": "name"
} }
}, },
"password": {
"type": "string",
"required": true
},
"roleFk": { "roleFk": {
"type": "number", "type": "number",
"mysql": { "mysql": {
@ -42,9 +38,6 @@
"active": { "active": {
"type": "boolean" "type": "boolean"
}, },
"email": {
"type": "string"
},
"created": { "created": {
"type": "date" "type": "date"
}, },