diff options
Diffstat (limited to 'models/match.js')
| -rw-r--r-- | models/match.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/match.js b/models/match.js index 0b9f6d9..a8d78bf 100644 --- a/models/match.js +++ b/models/match.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: { |
