diff options
Diffstat (limited to 'models/roster.js')
| -rw-r--r-- | models/roster.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/models/roster.js b/models/roster.js index ef5747b..d4b34e0 100644 --- a/models/roster.js +++ b/models/roster.js @@ -9,7 +9,7 @@ module.exports = function(sequelize, DataTypes) { autoIncrement: true }, shard_id: { - type: DataTypes.STRING(5), + type: DataTypes.STRING(191), allowNull: false }, api_id: { @@ -52,10 +52,6 @@ module.exports = function(sequelize, DataTypes) { winner: { type: DataTypes.INTEGER(1), allowNull: false - }, - bans: { - type: DataTypes.STRING(191), - allowNull: true } }, { tableName: 'roster', |
