diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-15 20:07:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-15 20:07:05 +0200 |
| commit | 6a1d82c1536a0893156144db4f19d8023a93ee32 (patch) | |
| tree | c37c5267a3612786d6c994916bdc10a5baa0b122 /models/global_point.js | |
| parent | 93e91315ee7161b581f7f9e2a7e3fd9f82a2ba2b (diff) | |
| download | orm-6a1d82c1536a0893156144db4f19d8023a93ee32.tar.gz orm-6a1d82c1536a0893156144db4f19d8023a93ee32.zip | |
update participant_phases for blobs
Diffstat (limited to 'models/global_point.js')
| -rw-r--r-- | models/global_point.js | 4 |
1 files changed, 4 insertions, 0 deletions
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', |
