Built motion from commit 3594e56.|0.0.120
[motion.git] / server / models / mail_account.js
index e75f08f..3235d20 100644 (file)
@@ -26,6 +26,9 @@ module.exports = function(sequelize, DataTypes) {
                timeout: {
                        type: DataTypes.INTEGER,
                        defaultValue: 0
+               },
+               whiteLabel: {
+                       type: DataTypes.STRING
                }
        }, {
                tableName: 'mail_accounts',