diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-10-11 19:50:34 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-10-11 19:50:34 +0200 |
| commit | 6046f9fab3df7f3f8a9572e06b8d23a10f21e76b (patch) | |
| tree | be7d9ae2d0e2f889517b0f78797cccce4cf5e754 /models/global_point.js | |
| parent | 1d5762376b69d14a96d55f9372e07b32422426b6 (diff) | |
| download | orm-6046f9fab3df7f3f8a9572e06b8d23a10f21e76b.tar.gz orm-6046f9fab3df7f3f8a9572e06b8d23a10f21e76b.zip | |
reimport
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 4bb5de5..c5eefe3 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: true + allowNull: false } }, { tableName: 'global_point', |
