summaryrefslogtreecommitdiff
path: root/models/participant_stats.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-07 18:35:59 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-07 18:35:59 +0200
commitb3f07c8b9018f878e2922f4b5551434bc84a588e (patch)
tree46905a8baa957f25fecb814d7e18af35051563c0 /models/participant_stats.js
parent06d6a023df177effb6ef7ee4165f4cc5c8876916 (diff)
downloadorm-b3f07c8b9018f878e2922f4b5551434bc84a588e.tar.gz
orm-b3f07c8b9018f878e2922f4b5551434bc84a588e.zip
regenerate
Diffstat (limited to 'models/participant_stats.js')
-rw-r--r--models/participant_stats.js2
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
},