diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-09 15:31:56 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-09 15:31:56 +0200 |
| commit | b3758f0394a392867310ac7d368fda3ce909f7a7 (patch) | |
| tree | 581ab405caa98d65685f4e1c983822a818d0f742 /models/filter.js | |
| parent | f950bbfcde927ebff3d6a7c341851d6e4c34924b (diff) | |
| download | orm-b3758f0394a392867310ac7d368fda3ce909f7a7.tar.gz orm-b3758f0394a392867310ac7d368fda3ce909f7a7.zip | |
hotfixes for cruncher development
Diffstat (limited to 'models/filter.js')
| -rw-r--r-- | models/filter.js | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
