diff options
Diffstat (limited to 'models/participant_stats.js')
| -rw-r--r-- | models/participant_stats.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/participant_stats.js b/models/participant_stats.js index f8c18c0..bae73ba 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -16,7 +16,7 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.TIME, allowNull: true }, - participant_id: { + participant_api_id: { type: DataTypes.BIGINT, allowNull: false }, |
