diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-15 21:30:58 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-15 21:30:58 +0200 |
| commit | 2dff363d07ba120a6739d5471699ed06ec5b575c (patch) | |
| tree | c644f4ccefdd071316b4c8e4904f6daec1eae6c9 /model.js | |
| parent | 32021ca861beab43f8252de903e38a76799d86ad (diff) | |
| download | orm-2dff363d07ba120a6739d5471699ed06ec5b575c.tar.gz orm-2dff363d07ba120a6739d5471699ed06ec5b575c.zip | |
export participant_items
Diffstat (limited to 'model.js')
| -rw-r--r-- | model.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,6 +31,7 @@ module.exports = (seq, Seq) => { // data stats ParticipantStats = seq.import("./models/participant_stats.js"), + ParticipantItems = seq.import("./models/participant_items.js"), ParticipantPhases = seq.import("./models/participant_phases.js"), // stats aggregations @@ -72,7 +73,7 @@ module.exports = (seq, Seq) => { Team, TeamMembership, User, Tournament, TournamentParticipants, Item, Hero, Series, GameMode, Role, Filter, Skilltier, Build, Region, - ParticipantStats, ParticipantPhases, + ParticipantStats, ParticipantItems, ParticipantPhases, PlayerPoint, GlobalPoint, Gamer, Keys |
