From 5cb18f45feb6758c5298df3b255dd6476eb4cd38 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 22 Apr 2017 11:12:09 +0200 Subject: replace participant_item with csv --- models/participant_stats.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/participant_stats.js') diff --git a/models/participant_stats.js b/models/participant_stats.js index 3512cdf..dca0d0e 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -21,6 +21,10 @@ module.exports = function(sequelize, DataTypes) { allowNull: false, defaultValue: "1" }, + items: { + type: DataTypes.STRING(255), + allowNull: false + }, participant_api_id: { type: DataTypes.CHAR(36), allowNull: false -- cgit v1.3.1