summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--models/participant_phases.js2
1 files changed, 1 insertions, 1 deletions
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
}