diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 18:35:59 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 18:35:59 +0200 |
| commit | b3f07c8b9018f878e2922f4b5551434bc84a588e (patch) | |
| tree | 46905a8baa957f25fecb814d7e18af35051563c0 /models/item_participant.js | |
| parent | 06d6a023df177effb6ef7ee4165f4cc5c8876916 (diff) | |
| download | orm-b3f07c8b9018f878e2922f4b5551434bc84a588e.tar.gz orm-b3f07c8b9018f878e2922f4b5551434bc84a588e.zip | |
regenerate
Diffstat (limited to 'models/item_participant.js')
| -rw-r--r-- | models/item_participant.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |
