Built motion from commit 9adbe3c.|0.0.122
[motion.git] / server / models / history / report_openchannel_session_history.js
index 217ea28..706cea7 100644 (file)
@@ -28,7 +28,7 @@ module.exports = function(sequelize, DataTypes) {
       defaulValue: false
     },
     completeReason: DataTypes.ENUM('agent'),
-    unmanaged: {
+    timeout: {
       type: DataTypes.BOOLEAN,
       defaultValue: false
     }