X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fhistory%2Freport_queue_history.js;h=e2753f8699910f274ec6bc6a0e0b6b4d129c8b6c;hb=f3f8f147b308e8deb1ad34261f487c03b785f475;hp=91c8b17d6ba05505cc7b53ffb8bb3fba04da6e4a;hpb=17e83c68f5e6cb12c966f488b68296a3e2033bc0;p=motion.git diff --git a/server/models/history/report_queue_history.js b/server/models/history/report_queue_history.js index 91c8b17..e2753f8 100644 --- a/server/models/history/report_queue_history.js +++ b/server/models/history/report_queue_history.js @@ -46,7 +46,14 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BOOLEAN, defaultValue: false }, - lastAssignedTo: DataTypes.STRING + lastAssignedTo: DataTypes.STRING, + transfer: { + type: DataTypes.BOOLEAN, + defaultValue: false + }, + transfertype: DataTypes.STRING, + transferextension: DataTypes.STRING, + transferuniqueid: DataTypes.STRING }, { tableName: 'report_queue_history', indexes: [{