diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 11:59:44 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 11:59:44 +0200 |
| commit | b3ba4b3da3bf2d1e7b75ca3d0e68ae7fe08acef4 (patch) | |
| tree | 5f727426bd4e4844322032f7277a0ef90c066f5d /models/filter.js | |
| parent | b3758f0394a392867310ac7d368fda3ce909f7a7 (diff) | |
| download | orm-b3ba4b3da3bf2d1e7b75ca3d0e68ae7fe08acef4.tar.gz orm-b3ba4b3da3bf2d1e7b75ca3d0e68ae7fe08acef4.zip | |
import model changes
Diffstat (limited to 'models/filter.js')
| -rw-r--r-- | models/filter.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |
