fixes #6260 vn-user quito campos redundantes #1779

Merged
jgallego merged 2 commits from 6260-User.password-NOT-NULL into dev 2023-10-19 06:47:49 +00:00
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"
}, },