diff options
Diffstat (limited to 'models')
| -rw-r--r-- | models/participant_item_use.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/models/participant_item_use.js b/models/participant_item_use.js index d426708..850fba9 100644 --- a/models/participant_item_use.js +++ b/models/participant_item_use.js @@ -10,8 +10,7 @@ module.exports = function(sequelize, DataTypes) { }, participant_api_id: { type: DataTypes.STRING(191), - allowNull: false, - unique: true + allowNull: false }, item_id: { type: DataTypes.STRING(191), |
