7430_devToTest #2490

Merged
alexm merged 306 commits from 7430_devToTest into test 2024-05-21 09:15:04 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 823e8fd7a1 - Show all commits

View File

@ -67,7 +67,7 @@ module.exports = Self => {
roadmapStop.roadmapFk = clone.id;
return roadmapStop;
});
await models.roadmapStop.create(roadmapStops, options);
await models.RoadmapStop.create(roadmapStops, options);
}
await tx.commit();

View File

@ -56,7 +56,7 @@
},
"roadmapStop": {
"type": "hasMany",
"model": "roadmapStop",
"model": "RoadmapStop",
"foreignKey": "roadmapFk"
}
}