diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-31 16:38:34 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-31 16:38:34 +0200 |
| commit | 42b2f23c2270ecd706a0d512e9f17899748ab422 (patch) | |
| tree | b1d67426c054359a5c03b34f06eee5cc58b845e7 /models/participant.js | |
| parent | 59d82d6c68ae3e75c3a4d9408238c44640e587db (diff) | |
| download | processor-42b2f23c2270ecd706a0d512e9f17899748ab422.tar.gz processor-42b2f23c2270ecd706a0d512e9f17899748ab422.zip | |
implement smart batching
Diffstat (limited to 'models/participant.js')
| -rw-r--r-- | models/participant.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/participant.js b/models/participant.js index 9bd1ff7..9c17e74 100644 --- a/models/participant.js +++ b/models/participant.js @@ -59,7 +59,7 @@ module.exports = function(sequelize, DataTypes) { }, gold: { type: DataTypes.INTEGER(11), - allowNull: false + allowNull: true }, gold_mine_captures: { type: DataTypes.INTEGER(11), |
