diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-01 15:22:24 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-01 15:22:24 +0100 |
| commit | 475ef5a60f4c7c9bd67c9e3ba1055131eb42728c (patch) | |
| tree | 0dab40d296cee3ae8184b268b4083eb55c53a95e | |
| parent | fdd58da2364d23206941f4b6dc0f70780668f9d7 (diff) | |
| download | orm-475ef5a60f4c7c9bd67c9e3ba1055131eb42728c.tar.gz orm-475ef5a60f4c7c9bd67c9e3ba1055131eb42728c.zip | |
reimportdevelop
| -rw-r--r-- | models/participant_phases.js | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
