diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 20:03:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 20:04:29 +0200 |
| commit | 6a951df4a98d808f970ecd290630a15456a66e16 (patch) | |
| tree | fe4bcf3eae43f3364fe5028f73d47c2f80152379 /models/global_point.js | |
| parent | b9383ef158929bdbb42a15bc48c43aef9bdb74aa (diff) | |
| download | orm-6a951df4a98d808f970ecd290630a15456a66e16.tar.gz orm-6a951df4a98d808f970ecd290630a15456a66e16.zip | |
add builds table
Diffstat (limited to 'models/global_point.js')
| -rw-r--r-- | models/global_point.js | 2 |
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, |
