summaryrefslogtreecommitdiff
path: root/model.js
diff options
context:
space:
mode:
Diffstat (limited to 'model.js')
-rw-r--r--model.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/model.js b/model.js
index 11a638f..94d351f 100644
--- a/model.js
+++ b/model.js
@@ -36,7 +36,6 @@ module.exports = (seq, Seq) => {
Participant.belongsTo(Hero, { foreignKey: "hero_id" });
Participant.belongsTo(Series, { foreignKey: "series_id" });
Participant.belongsTo(Role, { foreignKey: "role_id" });
- Participant.belongsTo(Filter, { foreignKey: "filter_id" });
ParticipantStats.belongsTo(Participant, { foreignKey: "participant_api_id", "targetKey": "api_id" });
ItemParticipant.belongsTo(Item, { foreignKey: "item_id", targetKey: "id" });