diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-13 19:18:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-13 19:18:05 +0200 |
| commit | 5ed3f029ea60b167931476fb76b3ed2dac7064e9 (patch) | |
| tree | e69363399f8742738e529738dd9f9182c0417063 /models/participant.js | |
| parent | 8b195532914b08b89cec89c0e647e8b9bfdf6b06 (diff) | |
| parent | 8755bc1a229bc0774536af62e20be547b422073a (diff) | |
| download | orm-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.js | 4 |
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 |
