summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-11-02 20:16:57 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-11-02 20:16:57 +0100
commitc7c5dfb953451232e78a2ef1c6278f7046ab08b7 (patch)
tree48ce1a4bd3503aa8b03c762846a096b0e0d90e99 /models/global_point.js
parent82364853cab5583831360c8a00c705dd90dda24a (diff)
downloadorm-c7c5dfb953451232e78a2ef1c6278f7046ab08b7.tar.gz
orm-c7c5dfb953451232e78a2ef1c6278f7046ab08b7.zip
reimport
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 c5eefe3..4bb5de5 100644
--- a/models/global_point.js
+++ b/models/global_point.js
@@ -230,7 +230,7 @@ module.exports = function(sequelize, DataTypes) {
},
item_072_use: {
type: DataTypes.BIGINT,
- allowNull: false
+ allowNull: true
}
}, {
tableName: 'global_point',