Built motion from commit 82438f7.|0.0.115
[motion.git] / server / models / settings.js
index 94cf06c..ec152d3 100644 (file)
@@ -25,6 +25,20 @@ module.exports = function(sequelize, DataTypes) {
     soundPath: {
       type: DataTypes.STRING,
       defaultValue: '/var/opt/motion/server/files/sounds/converted'
+    },
+    logo: {
+      type: DataTypes.STRING
+    },
+    defaultLogo: {
+      type: DataTypes.BOOLEAN,
+      defaultValue: true
+    },
+    loginLogo: {
+      type: DataTypes.STRING
+    },
+    defaultLoginLogo: {
+      type: DataTypes.BOOLEAN,
+      defaultValue: true
     }
   }, {
     tableName: 'settings'