diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-24 15:18:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-24 15:19:04 +0200 |
| commit | 83d0887d4015279c8f9913e68ce4a5ebeaf05349 (patch) | |
| tree | 5ad7166893670e5d1cc7cae16830140b09835c0c /model.js | |
| parent | b020ca14986c29146e3ba3e9f04363aea2aaae9d (diff) | |
| download | orm-83d0887d4015279c8f9913e68ce4a5ebeaf05349.tar.gz orm-83d0887d4015279c8f9913e68ce4a5ebeaf05349.zip | |
associate p & p_s
Diffstat (limited to 'model.js')
| -rw-r--r-- | model.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,8 +43,8 @@ module.exports = (seq, Seq) => { Participant.belongsTo(Series, { foreignKey: "series_id" }); Participant.belongsTo(Role, { foreignKey: "role_id" }); Participant.belongsTo(Region, { foreignKey: "shard_id", targetKey: "name" }); - ParticipantStats.belongsTo(Participant, { foreignKey: "participant_api_id", "targetKey": "api_id" }); */ + ParticipantStats.belongsTo(Participant, { foreignKey: "participant_api_id", "targetKey": "api_id" }); return { Match, Roster, Participant, Player, Asset, |
