diff options
| -rw-r--r-- | model.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ module.exports = (seq, Seq) => { Participant.belongsTo(Roster, { foreignKey: "roster_api_id", targetKey: "api_id" }); Participant.belongsTo(Player, { foreignKey: "player_api_id", targetKey: "api_id" }); ParticipantItemUse.belongsTo(Participant, { foreignKey: "participant_api_id", targetKey: "api_id" }); - ParticipantItemUse.hasOne(Item); PlayerExt.belongsTo(Player, { foreignKey: "player_api_id", targetKey: "api_id" }); return {Match, Roster, Participant, ParticipantExt, ParticipantItemUse, Player, PlayerExt, Asset, Item}; |
