From b3f07c8b9018f878e2922f4b5551434bc84a588e Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 7 Apr 2017 18:35:59 +0200 Subject: regenerate --- models/participant_stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/participant_stats.js') 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 }, -- cgit v1.3.1