From b3758f0394a392867310ac7d368fda3ce909f7a7 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 9 Apr 2017 15:31:56 +0200 Subject: hotfixes for cruncher development --- models/filter.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/filter.js') diff --git a/models/filter.js b/models/filter.js index 4ba3966..fc340d0 100644 --- a/models/filter.js +++ b/models/filter.js @@ -8,6 +8,10 @@ module.exports = function(sequelize, DataTypes) { primaryKey: true, autoIncrement: true }, + name: { + type: DataTypes.STRING(191), + allowNull: false + }, filter_on: { type: DataTypes.STRING(191), allowNull: false -- cgit v1.3.1