From 693068080d9f0a17b3db7882f020cebf8e0b261c Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 2 Apr 2017 13:15:58 +0200 Subject: allow item use participant id to be non-unique --- models/participant_item_use.js | 3 +-- 1 file changed, 1 insertion(+), 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), -- cgit v1.3.1