From b3f07c8b9018f878e2922f4b5551434bc84a588e Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 7 Apr 2017 18:35:59 +0200 Subject: regenerate --- models/item_participant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/item_participant.js') diff --git a/models/item_participant.js b/models/item_participant.js index 0a5f866..0fbd41c 100644 --- a/models/item_participant.js +++ b/models/item_participant.js @@ -8,7 +8,7 @@ module.exports = function(sequelize, DataTypes) { primaryKey: true, autoIncrement: true }, - participant_stats_id: { + participant_api_id: { type: DataTypes.CHAR(36), allowNull: false }, -- cgit v1.3.1