Built motion from commit 1038d87.|0.0.141
[motion.git] / server / models / fax_room.js
index 47c9a5f..a2e257e 100644 (file)
@@ -2,13 +2,12 @@
  * Fax Room Model
  */
 
-const crypto = require('crypto');
 const moment = require('moment');
 
 module.exports = function(sequelize, DataTypes) {
 
   var FaxRoom = sequelize.define('FaxRoom', {
-    from: DataTypes.STRING,
+    contact: DataTypes.STRING,
     account: DataTypes.STRING,
     faxIn: {
       type: DataTypes.INTEGER,