X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fhistory%2Freport_tdial_history.js;h=0f6db8dfe4eac4128e7d3c59beb3e420bafd62a2;hb=fb434e8f732916f107aaf5756a70862f4cb4f7ea;hp=006cc003eb01cf3c4f184effb4eedd4d87c11e39;hpb=5a1e44ae9524fee72c7a05367a706d12dad9ac33;p=motion.git diff --git a/server/models/history/report_tdial_history.js b/server/models/history/report_tdial_history.js index 006cc00..0f6db8d 100644 --- a/server/models/history/report_tdial_history.js +++ b/server/models/history/report_tdial_history.js @@ -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'