fix model entry log
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-03-04 08:58:57 +01:00
parent ced8c6e963
commit e40575cc1f
1 changed files with 3 additions and 4 deletions

View File

@ -9,8 +9,7 @@
"properties": {
"id": {
"id": true,
"type": "Number",
"forceId": false
"type": "Number"
},
"originFk": {
"type": "Number",
@ -35,9 +34,9 @@
"type": "belongsTo",
"model": "Account",
"foreignKey": "userFk"
}
}
},
"scope": {
"order": ["creationDate DESC", "id DESC"]
}
}
}