summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-13 19:18:05 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-13 19:18:05 +0200
commit5ed3f029ea60b167931476fb76b3ed2dac7064e9 (patch)
treee69363399f8742738e529738dd9f9182c0417063 /models/participant.js
parent8b195532914b08b89cec89c0e647e8b9bfdf6b06 (diff)
parent8755bc1a229bc0774536af62e20be547b422073a (diff)
downloadorm-5ed3f029ea60b167931476fb76b3ed2dac7064e9.tar.gz
orm-5ed3f029ea60b167931476fb76b3ed2dac7064e9.zip
Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/orm into release/2.0.0
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