diff options
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 |
