refs #5666 feat: add role relation to RoleMapping
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2023-12-05 07:49:10 +01:00
parent 1d92bbf4a2
commit 6f32a588bb
1 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,13 @@
"mysql": {
"table": "salix.RoleMapping"
}
},
"relations": {
"role": {
"type": "belongsTo",
"model": "VnRole",
"foreignKey": "roleId"
}
}
},
"Schema": {