Built motion from commit 4cb7c5ded.|1.0.24
[motion.git] / server / models / user.js
index 22e3265..6c7eed5 100644 (file)
@@ -410,7 +410,7 @@ module.exports = function(sequelize, DataTypes) {
     allow: {
       type: DataTypes.STRING,
       allowNull: true,
-      defaultValue: 'alaw;ulaw;gsm'
+      defaultValue: 'ulaw;gsm'
     },
     autoframing: {
       type: DataTypes.ENUM('yes', 'no'),