summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/global_point.js')
-rw-r--r--models/global_point.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/global_point.js b/models/global_point.js
index 4287abf..38b1920 100644
--- a/models/global_point.js
+++ b/models/global_point.js
@@ -60,6 +60,10 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.BIGINT,
allowNull: true
},
+ trueskill_delta: {
+ type: "DOUBLE",
+ allowNull: true
+ },
time_spent: {
type: DataTypes.BIGINT,
allowNull: true