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/participant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/participant.js') diff --git a/models/participant.js b/models/participant.js index caa8c80..b5166b3 100644 --- a/models/participant.js +++ b/models/participant.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