버그 수정

This commit is contained in:
2025-04-24 13:48:53 +09:00
parent 7fa99e6988
commit f01bcbdf39
9 changed files with 18 additions and 21 deletions
+1
View File
@@ -69,6 +69,7 @@ EventParticipant.associate = (models) => {
EventParticipant.hasMany(models.EventScore, {
foreignKey: 'participantId'
});
EventParticipant.belongsTo(models.Member, { foreignKey: 'memberId' });
};
module.exports = EventParticipant;