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/series.js | |
| parent | b3758f0394a392867310ac7d368fda3ce909f7a7 (diff) | |
| download | orm-b3ba4b3da3bf2d1e7b75ca3d0e68ae7fe08acef4.tar.gz orm-b3ba4b3da3bf2d1e7b75ca3d0e68ae7fe08acef4.zip | |
import model changes
Diffstat (limited to 'models/series.js')
| -rw-r--r-- | models/series.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/series.js b/models/series.js index c5be4b9..73ea5c1 100644 --- a/models/series.js +++ b/models/series.js @@ -12,6 +12,10 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.STRING(191), allowNull: false }, + dimension_on: { + type: DataTypes.STRING(191), + allowNull: false + }, start: { type: DataTypes.TIME, allowNull: true |
