feat roadmap refs #7195
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-07-01 17:45:45 +02:00
parent 22959db0ee
commit d9742afc9b
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"base": "VnModel",
"options": {
"mysql": {
"table": "roadmapStop"
"table": "roadmapStop"
}
},
"properties": {
@ -28,16 +28,16 @@
"type": "number"
}
},
"relations": {
"roadmap": {
"relations": {
"roadmap": {
"type": "belongsTo",
"model": "Roadmap",
"foreignKey": "roadmapFk"
},
"address": {
"type": "belongsTo",
"model": "Address",
"model": "RoadmapAddress",
"foreignKey": "addressFk"
}
}
}
}
}