summaryrefslogtreecommitdiff
path: root/models/participant_stats.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-06-12 15:50:39 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-06-12 15:50:39 +0200
commit5728d5af42984bca49e30528d77c15169e4bcce0 (patch)
tree4b73ae9bf6026d130062e6a5d4ceb11eff0e8fde /models/participant_stats.js
parentc5cd9e53d7413ce960a2170eedb466073175bf80 (diff)
downloadorm-5728d5af42984bca49e30528d77c15169e4bcce0.tar.gz
orm-5728d5af42984bca49e30528d77c15169e4bcce0.zip
2.7.0 phase changesrelease/2.7.0
Diffstat (limited to 'models/participant_stats.js')
-rw-r--r--models/participant_stats.js4
1 files changed, 4 insertions, 0 deletions
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',