X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Freport_integration.js;h=99b638f4b6b7d31cca047740192ba8e1aca793a3;hb=03ef13f909598f69ff7dd3eb1a7ef74807273b98;hp=3e92eede6349ffc180ad295475499ef68e01761d;hpb=070e791ef46356c73c547280361ca0b89d270980;p=motion.git diff --git a/server/models/report_integration.js b/server/models/report_integration.js index 3e92eed..99b638f 100644 --- a/server/models/report_integration.js +++ b/server/models/report_integration.js @@ -7,6 +7,7 @@ module.exports = function(sequelize, DataTypes) { var ReportIntegration = sequelize.define('ReportIntegration', { integration: DataTypes.STRING, eventChannel: DataTypes.STRING, + subtypeChannel: DataTypes.STRING, exitStatus: DataTypes.STRING, ticketId: DataTypes.STRING, integrationId: DataTypes.INTEGER,