From 5cbc55a1a441a098393cc44e50f7e2be4e8473e2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 22 Apr 2017 14:29:55 +0200 Subject: import --- models/global_point.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'models/global_point.js') diff --git a/models/global_point.js b/models/global_point.js index 632560d..85be061 100644 --- a/models/global_point.js +++ b/models/global_point.js @@ -36,6 +36,14 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BIGINT, allowNull: true }, + role_id: { + type: DataTypes.BIGINT, + allowNull: true + }, + region_id: { + type: DataTypes.BIGINT, + allowNull: true + }, played: { type: DataTypes.BIGINT, allowNull: true -- cgit v1.3.1