diff options
| -rw-r--r-- | models/participant_item_use.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
