From 475ef5a60f4c7c9bd67c9e3ba1055131eb42728c Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 1 Jan 2018 15:22:24 +0100 Subject: reimport --- models/participant_phases.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/participant_phases.js b/models/participant_phases.js index d6b0d96..1ee4c89 100644 --- a/models/participant_phases.js +++ b/models/participant_phases.js @@ -28,6 +28,10 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.CHAR(36), allowNull: false }, + match_api_id: { + type: DataTypes.CHAR(36), + allowNull: false + }, dmg_true: { type: "DOUBLE", allowNull: true -- cgit v1.3.1