Built motion from commit 95c3d5ad5.|1.0.29
[motion.git] / server / models / voice_voicemail.js
index f814f4b..0072bd3 100644 (file)
@@ -40,7 +40,7 @@ module.exports = function(sequelize, DataTypes) {
     },
     attach: {
       type: DataTypes.ENUM('yes', 'no'),
-      defaultValue: 'yes',
+      defaultValue: 'no',
       allowNull: false
     },
     saycid: {