feat: run belongs to association w robot
This commit is contained in:
@@ -91,4 +91,6 @@ Run.init(
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Run.belongsTo(Robot, { foreignKey: 'robotId' });
|
||||||
|
|
||||||
export default Run;
|
export default Run;
|
||||||
|
|||||||
Reference in New Issue
Block a user