From 5728d5af42984bca49e30528d77c15169e4bcce0 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 12 Jun 2017 15:50:39 +0200 Subject: 2.7.0 phase changes --- models/participant_stats.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/participant_stats.js') diff --git a/models/participant_stats.js b/models/participant_stats.js index fcc0870..004deb1 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -183,6 +183,10 @@ module.exports = function(sequelize, DataTypes) { duration: { type: DataTypes.INTEGER(5).UNSIGNED, allowNull: false + }, + nacl_score: { + type: "DOUBLE", + allowNull: true } }, { tableName: 'participant_stats', -- cgit v1.3.1