From 25e66d9cb0e02764aece94873f7a459b1d48e5a3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 1 Apr 2017 13:16:44 +0200 Subject: generate from db --- models/participant_ext.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'models/participant_ext.js') diff --git a/models/participant_ext.js b/models/participant_ext.js index abcb5ed..6622359 100644 --- a/models/participant_ext.js +++ b/models/participant_ext.js @@ -8,10 +8,6 @@ module.exports = function(sequelize, DataTypes) { primaryKey: true, autoIncrement: true }, - series: { - type: DataTypes.STRING(191), - allowNull: false - }, participant_api_id: { type: DataTypes.STRING(191), allowNull: false, -- cgit v1.3.1