From 4d374009067e890a4fbebacc5c4852522c3b6965 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 2 Nov 2017 20:22:26 +0100 Subject: typo --- models/participant_phases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/participant_phases.js b/models/participant_phases.js index dad65dd..c615eb2 100644 --- a/models/participant_phases.js +++ b/models/participant_phases.js @@ -364,7 +364,7 @@ module.exports = function(sequelize, DataTypes) { type: "BLOB", allowNull: true }, - item_grants_indorder: { + item_grants_inorder: { type: "BLOB", allowNull: false } -- cgit v1.3.1