summaryrefslogtreecommitdiff
path: root/models/player_point.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-10 17:30:00 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-10 17:30:00 +0200
commit912fbc20b1800a01dbdb61fc01d56392dbf15a7a (patch)
tree644795d6c73c2a6a17f6995780c4b5e9da229a92 /models/player_point.js
parent14edf9d8247f94b63008d97018ced4d6093366cd (diff)
downloadorm-912fbc20b1800a01dbdb61fc01d56392dbf15a7a.tar.gz
orm-912fbc20b1800a01dbdb61fc01d56392dbf15a7a.zip
remove per minute stats
Diffstat (limited to 'models/player_point.js')
-rw-r--r--models/player_point.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/models/player_point.js b/models/player_point.js
index bf5552b..29054dc 100644
--- a/models/player_point.js
+++ b/models/player_point.js
@@ -112,14 +112,6 @@ module.exports = function(sequelize, DataTypes) {
type: "DOUBLE(5,5)",
allowNull: true
},
- cs_per_min: {
- type: "DOUBLE(7,5)",
- allowNull: true
- },
- kills_per_min: {
- type: "DOUBLE(6,5)",
- allowNull: true
- },
impact_score: {
type: DataTypes.INTEGER(3).UNSIGNED,
allowNull: true