From 5728d5af42984bca49e30528d77c15169e4bcce0 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 12 Jun 2017 15:50:39 +0200 Subject: 2.7.0 phase changes --- models/game_mode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/game_mode.js') diff --git a/models/game_mode.js b/models/game_mode.js index 5eb1a91..06ec06d 100644 --- a/models/game_mode.js +++ b/models/game_mode.js @@ -9,7 +9,7 @@ module.exports = function(sequelize, DataTypes) { autoIncrement: true }, name: { - type: DataTypes.STRING(16), + type: DataTypes.STRING(25), allowNull: false, unique: true } -- cgit v1.3.1