summaryrefslogtreecommitdiff
path: root/models/participant_stats.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/participant_stats.js')
-rw-r--r--models/participant_stats.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/participant_stats.js b/models/participant_stats.js
index b402276..e5c4f46 100644
--- a/models/participant_stats.js
+++ b/models/participant_stats.js
@@ -129,7 +129,7 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.INTEGER(3).UNSIGNED,
allowNull: true
},
- peal_score: {
+ peel_score: {
type: DataTypes.INTEGER(3).UNSIGNED,
allowNull: true
},