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/match.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'models/match.js') diff --git a/models/match.js b/models/match.js index f36aa7b..4faf015 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: { @@ -19,7 +19,7 @@ module.exports = function(sequelize, DataTypes) { }, created_at: { type: DataTypes.TIME, - allowNull: true + allowNull: false }, duration: { type: DataTypes.INTEGER(5).UNSIGNED, -- cgit v1.3.1