From 34f082959a1a747464f921f89a878111bb59634f Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 21 Aug 2017 19:40:38 +0200 Subject: reimport --- models/global_point.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'models/global_point.js') diff --git a/models/global_point.js b/models/global_point.js index 54be2ff..abba690 100644 --- a/models/global_point.js +++ b/models/global_point.js @@ -123,6 +123,22 @@ module.exports = function(sequelize, DataTypes) { surrender: { type: "DOUBLE", allowNull: true + }, + items: { + type: "BLOB", + allowNull: false + }, + item_grants: { + type: "BLOB", + allowNull: false + }, + item_uses: { + type: "BLOB", + allowNull: false + }, + item_sells: { + type: "BLOB", + allowNull: false } }, { tableName: 'global_point', -- cgit v1.3.1