Built motion from commit fa8c70b.|0.0.144
[motion.git] / server / models / history / report_tdial_history.js
index 006cc00..0f6db8d 100644 (file)
@@ -191,6 +191,10 @@ module.exports = function(sequelize, DataTypes) {
     uniqueid: {
       type: DataTypes.STRING,
       allowNull: true
+    },
+    monitor_event: {
+      type: DataTypes.INTEGER(11),
+      defaultValue: 0
     }
   }, {
     tableName: 'report_tdial_history'