Merge pull request 'fixes #6260 vn-user quito campos redundantes' (!1779) from 6260-User.password-NOT-NULL into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1779
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javi Gallego 2023-10-19 06:47:47 +00:00
commit df51b0ca99
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"
},