feat: run belongs to association w robot

This commit is contained in:
karishmas6
2024-10-09 03:32:45 +05:30
parent 4827a232ab
commit 14d5de8084

View File

@@ -91,4 +91,6 @@ Run.init(
}
);
Run.belongsTo(Robot, { foreignKey: 'robotId' });
export default Run;