diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-12 15:50:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-12 15:50:39 +0200 |
| commit | 5728d5af42984bca49e30528d77c15169e4bcce0 (patch) | |
| tree | 4b73ae9bf6026d130062e6a5d4ceb11eff0e8fde /models/participant_stats.js | |
| parent | c5cd9e53d7413ce960a2170eedb466073175bf80 (diff) | |
| download | orm-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.js | 4 |
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', |
