diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-02 20:22:26 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-02 20:22:26 +0100 |
| commit | 4d374009067e890a4fbebacc5c4852522c3b6965 (patch) | |
| tree | 8ea59633098c9438a35b780082545e15db19a389 | |
| parent | c7c5dfb953451232e78a2ef1c6278f7046ab08b7 (diff) | |
| download | orm-4d374009067e890a4fbebacc5c4852522c3b6965.tar.gz orm-4d374009067e890a4fbebacc5c4852522c3b6965.zip | |
typo
| -rw-r--r-- | models/participant_phases.js | 2 |
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 } |
