Built motion from commit 2239aeb.|0.0.113
[motion.git] / server / models / fax_attachment.js
index 23f1491..a218a1e 100644 (file)
@@ -10,6 +10,7 @@ module.exports = function(sequelize, DataTypes) {
                path: DataTypes.STRING,
                name: DataTypes.STRING,
                basename: DataTypes.STRING,
+               type: DataTypes.STRING
        }, {
                tableName: 'fax_attachments'
        });