summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-10 20:03:57 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-10 20:04:29 +0200
commit6a951df4a98d808f970ecd290630a15456a66e16 (patch)
treefe4bcf3eae43f3364fe5028f73d47c2f80152379 /models/global_point.js
parentb9383ef158929bdbb42a15bc48c43aef9bdb74aa (diff)
downloadorm-6a951df4a98d808f970ecd290630a15456a66e16.tar.gz
orm-6a951df4a98d808f970ecd290630a15456a66e16.zip
add builds table
Diffstat (limited to 'models/global_point.js')
-rw-r--r--models/global_point.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/global_point.js b/models/global_point.js
index 52b6856..632560d 100644
--- a/models/global_point.js
+++ b/models/global_point.js
@@ -34,7 +34,7 @@ module.exports = function(sequelize, DataTypes) {
},
build_id: {
type: DataTypes.BIGINT,
- allowNull: false
+ allowNull: true
},
played: {
type: DataTypes.BIGINT,