X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fhistory%2Freport_call_history.js;h=05d4b2fc376b079f380edc38023899c153afd2ba;hb=ec988e98666cb2864979ce180139d97ae4729cfe;hp=d90ba5a2df4313fe1eab0dcc74a758c8bb3b0d7d;hpb=51103a2ed8b452b840f8c8814a97c4bd05cb5222;p=motion.git diff --git a/server/models/history/report_call_history.js b/server/models/history/report_call_history.js index d90ba5a..05d4b2f 100644 --- a/server/models/history/report_call_history.js +++ b/server/models/history/report_call_history.js @@ -31,7 +31,9 @@ module.exports = function(sequelize, DataTypes) { billableseconds: DataTypes.INTEGER, disposition: DataTypes.STRING, amaflags: DataTypes.STRING, - userfield: DataTypes.STRING + userfield: DataTypes.STRING, + agentDisposition: DataTypes.STRING, + contactId: DataTypes.INTEGER }, { tableName: 'report_call_history', indexes: [{