From c5cd9e53d7413ce960a2170eedb466073175bf80 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 8 Jun 2017 12:42:19 +0200 Subject: import 2.7.0 table changes --- models/participant_phases.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'models/participant_phases.js') diff --git a/models/participant_phases.js b/models/participant_phases.js index dbaf1bd..c380de3 100644 --- a/models/participant_phases.js +++ b/models/participant_phases.js @@ -239,6 +239,38 @@ module.exports = function(sequelize, DataTypes) { offmeta_score: { type: "DOUBLE", allowNull: true + }, + items: { + type: DataTypes.STRING(191), + allowNull: true + }, + item_grants: { + type: DataTypes.STRING(191), + allowNull: true + }, + item_sells: { + type: DataTypes.STRING(191), + allowNull: true + }, + ability_levels: { + type: DataTypes.STRING(191), + allowNull: true + }, + ability_uses: { + type: DataTypes.STRING(191), + allowNull: true + }, + ability_damage: { + type: DataTypes.STRING(191), + allowNull: true + }, + item_uses: { + type: DataTypes.STRING(191), + allowNull: true + }, + player_damage: { + type: DataTypes.STRING(191), + allowNull: true } }, { tableName: 'participant_phases', -- cgit v1.3.1