diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-16 11:01:23 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-16 11:01:23 +0200 |
| commit | 86007965a98e6682efcb4f34ba8d23420aac617b (patch) | |
| tree | 8e8eadc2e573d3aa26473bcabb26471f207f6b25 /model.js | |
| parent | 3948fe1ad7e651a0f6c7e6922f1f159518e37dd1 (diff) | |
| download | orm-86007965a98e6682efcb4f34ba8d23420aac617b.tar.gz orm-86007965a98e6682efcb4f34ba8d23420aac617b.zip | |
participant_phase changes
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"), + ParticipantPhases = seq.import("./models/participant_phases.js"), // stats aggregations PlayerPoint = seq.import("./models/player_point.js"), @@ -60,7 +61,7 @@ module.exports = (seq, Seq) => { Team, TeamMembership, User, Tournament, TournamentParticipants, Item, Hero, Series, GameMode, Role, Filter, Skilltier, Build, Region, - ParticipantStats, + ParticipantStats, ParticipantPhases, PlayerPoint, GlobalPoint, Gamer, Keys |
