Built motion from commit 82438f7.|0.0.115
[motion.git] / server / models / fax_room.js
index 2521e87..2514438 100644 (file)
@@ -32,6 +32,10 @@ module.exports = function(sequelize, DataTypes) {
         this.setDataValue('tags', val && val.length ? val.join(';') + ';' : null);
       }
     },
+    waiting: {
+      type: DataTypes.BOOLEAN,
+      defaultValue: false
+    },
     disposition: {
       type: DataTypes.STRING
     }