Built motion from commit d127c62.|0.0.151
[motion.git] / server / models / tools_tag.js
index e46cac8..9454f31 100644 (file)
@@ -21,6 +21,9 @@ module.exports = function(sequelize, DataTypes) {
       Tag.belongsToMany(models.ZendeskConfiguration, {
         through: 'zendesk_configuration_has_tags'
       });
+      Tag.belongsToMany(models.FreshdeskConfiguration, {
+        through: 'int_freshdesk_configuration_has_tags'
+      });
       Tag.addScope('configuration', {
         include: [{
           all: true