X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fvoice_voicemail.js;h=0072bd37419d2b799a792cf0ee2e144e9fa88527;hb=41e3fc85c157ce611a5c1e93b4f7e21cca0d3f5b;hp=f814f4be1c22519d0c20cf9d3d15d1a4da74cc96;hpb=316eb813b3d4608548cd4652cab7294455c394fd;p=motion.git diff --git a/server/models/voice_voicemail.js b/server/models/voice_voicemail.js index f814f4b..0072bd3 100644 --- a/server/models/voice_voicemail.js +++ b/server/models/voice_voicemail.js @@ -40,7 +40,7 @@ module.exports = function(sequelize, DataTypes) { }, attach: { type: DataTypes.ENUM('yes', 'no'), - defaultValue: 'yes', + defaultValue: 'no', allowNull: false }, saycid: {