From 3948fe1ad7e651a0f6c7e6922f1f159518e37dd1 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 15 May 2017 13:03:20 +0200 Subject: add participant_phases; extend shard id length --- models/match.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/match.js') 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: { -- cgit v1.3.1