summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-10 17:01:19 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-10 17:01:19 +0200
commit14edf9d8247f94b63008d97018ced4d6093366cd (patch)
tree4c9bfaef1f592579396e029d12ed60aa8b5782d8 /models
parente85a928918b9869f6be669d3b134839b35da5984 (diff)
downloadorm-14edf9d8247f94b63008d97018ced4d6093366cd.tar.gz
orm-14edf9d8247f94b63008d97018ced4d6093366cd.zip
db: rename peal to peel
Diffstat (limited to 'models')
-rw-r--r--models/participant_stats.js2
-rw-r--r--models/player_point.js2
2 files changed, 2 insertions, 2 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
},
diff --git a/models/player_point.js b/models/player_point.js
index cb6e49c..bf5552b 100644
--- a/models/player_point.js
+++ b/models/player_point.js
@@ -156,7 +156,7 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.INTEGER(3).UNSIGNED,
allowNull: true
},
- peal_score: {
+ peel_score: {
type: DataTypes.INTEGER(3).UNSIGNED,
allowNull: true
},