summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/participant.js')
-rw-r--r--models/participant.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/models/participant.js b/models/participant.js
index 22381fc..caa8c80 100644
--- a/models/participant.js
+++ b/models/participant.js
@@ -57,10 +57,6 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.STRING(16),
allowNull: false
},
- farm: {
- type: "DOUBLE(6,2)",
- allowNull: false
- },
first_afk_time: {
type: "DOUBLE(12,4)",
allowNull: false