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:18:39 +0200 |
| commit | bd89dc0b6de7fde44645c6c27f994a6196221d29 (patch) | |
| tree | 5118f99967117941e9860296413d940d721747f8 | |
| parent | f50fa763571e94cd8892e3f11fbf90d640cb8223 (diff) | |
| download | orm-release/2.1.0.tar.gz orm-release/2.1.0.zip | |
associate p & p_srelease/2.1.0
| -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, |
