Built motion from commit 503e72f.|0.0.143
[motion.git] / server / models / report_chat_session.js
index 84520c9..c1cf610 100644 (file)
@@ -41,7 +41,8 @@ module.exports = function(sequelize, DataTypes) {
     timeout: {
       type: DataTypes.BOOLEAN,
       defaultValue: 0
-    }
+    },
+    timeslot: DataTypes.INTEGER
   }, {
     tableName: 'report_chat_session'
   });