summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/participant.js')
-rw-r--r--models/participant.js2
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),