Built motion from commit 654a660.|0.0.150
[motion.git] / server / models / user.js
index 4341c9c..6c89cba 100644 (file)
@@ -324,11 +324,11 @@ module.exports = function(sequelize, DataTypes) {
         'PROHIB_FAILED_SCREEN', 'PROHIB'),
       allowNull: true,
     },
-    permit: {
+    deny: {
       type: DataTypes.STRING,
       allowNull: true,
     },
-    deny: {
+    permit: {
       type: DataTypes.STRING,
       allowNull: true,
     },