From 6a1d82c1536a0893156144db4f19d8023a93ee32 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 15 Aug 2017 20:07:05 +0200 Subject: update participant_phases for blobs --- models/global_point.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/global_point.js') diff --git a/models/global_point.js b/models/global_point.js index 38b1920..54be2ff 100644 --- a/models/global_point.js +++ b/models/global_point.js @@ -119,6 +119,10 @@ module.exports = function(sequelize, DataTypes) { impact_score: { type: DataTypes.BIGINT, allowNull: true + }, + surrender: { + type: "DOUBLE", + allowNull: true } }, { tableName: 'global_point', -- cgit v1.3.1