From 6a951df4a98d808f970ecd290630a15456a66e16 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 10 Apr 2017 20:03:57 +0200 Subject: add builds table --- models/global_point.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/global_point.js') 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, -- cgit v1.3.1