X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fmail_account.js;h=3235d20f77bc972a2b9b21e7f57583c35b6c0c3e;hb=8cbdcd4e45ab5844053386a9705321556462c3b6;hp=e75f08f6356008be51ffbd08a8936dd568ba86f5;hpb=66c1f0a6f171da68b8a044ba3c4efbd6afd883b6;p=motion.git diff --git a/server/models/mail_account.js b/server/models/mail_account.js index e75f08f..3235d20 100644 --- a/server/models/mail_account.js +++ b/server/models/mail_account.js @@ -26,6 +26,9 @@ module.exports = function(sequelize, DataTypes) { timeout: { type: DataTypes.INTEGER, defaultValue: 0 + }, + whiteLabel: { + type: DataTypes.STRING } }, { tableName: 'mail_accounts',