From b90bbf0acc9dc501b40fe1917c7c0d90f8c46d49 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Sat, 1 Apr 2017 21:45:35 +0530 Subject: Participant item use should be null because we use this only in telemetry --- models/participant_item_use.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/participant_item_use.js b/models/participant_item_use.js index 5dc8c39..d426708 100644 --- a/models/participant_item_use.js +++ b/models/participant_item_use.js @@ -23,7 +23,7 @@ module.exports = function(sequelize, DataTypes) { }, time_from_start: { type: DataTypes.INTEGER(11), - allowNull: false + allowNull: true } }, { tableName: 'participant_item_use', -- cgit v1.3.1