From 86007965a98e6682efcb4f34ba8d23420aac617b Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 16 May 2017 11:01:23 +0200 Subject: participant_phase changes --- models/tournament.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/tournament.js') diff --git a/models/tournament.js b/models/tournament.js index 5722d02..1c1ff32 100644 --- a/models/tournament.js +++ b/models/tournament.js @@ -31,6 +31,10 @@ module.exports = function(sequelize, DataTypes) { end: { type: DataTypes.TIME, allowNull: true + }, + region: { + type: DataTypes.STRING(191), + allowNull: true } }, { tableName: 'tournament', -- cgit v1.3.1