From 5cbc55a1a441a098393cc44e50f7e2be4e8473e2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 22 Apr 2017 14:29:55 +0200 Subject: import --- models/participant_stats.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'models/participant_stats.js') diff --git a/models/participant_stats.js b/models/participant_stats.js index 6986bc7..91487d7 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -174,15 +174,15 @@ module.exports = function(sequelize, DataTypes) { allowNull: true }, item_uses: { - type: DataTypes.STRING(191), + type: DataTypes.STRING(455), allowNull: true }, item_grants: { - type: DataTypes.STRING(191), + type: DataTypes.STRING(455), allowNull: true }, item_sells: { - type: DataTypes.STRING(191), + type: DataTypes.STRING(455), allowNull: true } }, { -- cgit v1.3.1