diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-10-01 11:55:17 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-10-01 11:55:17 +0200 |
| commit | 3e6b3f0e825b0d396c09d872fee4171def49ea0c (patch) | |
| tree | 514f54413d85838f919ed515620de505f15908e1 /models/global_point_phase.js | |
| parent | d687c974122ca8ac539b95f63fd2b5a4eb9f6567 (diff) | |
| download | orm-3e6b3f0e825b0d396c09d872fee4171def49ea0c.tar.gz orm-3e6b3f0e825b0d396c09d872fee4171def49ea0c.zip | |
reimport
Diffstat (limited to 'models/global_point_phase.js')
| -rw-r--r-- | models/global_point_phase.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/models/global_point_phase.js b/models/global_point_phase.js index 6be342a..952a814 100644 --- a/models/global_point_phase.js +++ b/models/global_point_phase.js @@ -292,7 +292,7 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BIGINT, allowNull: false }, - item_039_use: { + item_034_use: { type: DataTypes.BIGINT, allowNull: false }, @@ -316,6 +316,10 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BIGINT, allowNull: false }, + item_053_use: { + type: DataTypes.BIGINT, + allowNull: false + }, item_057_use: { type: DataTypes.BIGINT, allowNull: false |
