From b3ba4b3da3bf2d1e7b75ca3d0e68ae7fe08acef4 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 10 Apr 2017 11:59:44 +0200 Subject: import model changes --- models/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/filter.js') diff --git a/models/filter.js b/models/filter.js index fc340d0..1ffcc8a 100644 --- a/models/filter.js +++ b/models/filter.js @@ -12,7 +12,7 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.STRING(191), allowNull: false }, - filter_on: { + dimension_on: { type: DataTypes.STRING(191), allowNull: false }, -- cgit v1.3.1