Built motion from commit 2239aeb.|0.0.113
[motion.git] / server / models / int_zendesk_account.js
index e79f383..8c10471 100644 (file)
@@ -18,7 +18,8 @@ module.exports = function(sequelize, DataTypes) {
     authType: {
       type: DataTypes.ENUM('password', 'token'),
       defaultValue: 'password'
-    }
+    },
+    serverUrl: DataTypes.STRING
   }, {
     tableName: 'int_zendesk_accounts',
     associate: function(models) {