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"
}
},
"password": {
"type": "string",
"required": true
},
"roleFk": {
"type": "number",
"mysql": {
@ -42,9 +38,6 @@
"active": {
"type": "boolean"
},
"email": {
"type": "string"
},
"created": {
"type": "date"
},