From b3f07c8b9018f878e2922f4b5551434bc84a588e Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 7 Apr 2017 18:35:59 +0200 Subject: regenerate --- models/participant.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/participant.js') diff --git a/models/participant.js b/models/participant.js index c477046..c364181 100644 --- a/models/participant.js +++ b/models/participant.js @@ -29,6 +29,10 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.INTEGER(10).UNSIGNED, allowNull: false }, + series_id: { + type: DataTypes.INTEGER(10).UNSIGNED, + allowNull: false + }, created_at: { type: DataTypes.TIME, allowNull: false -- cgit v1.3.1