Built motion from commit b6cf875.|1.0.15
[motion.git] / server / models / setting.js
index 6e24be0..809cabe 100644 (file)
@@ -57,6 +57,13 @@ module.exports = function(sequelize, DataTypes) {
     stunaddr: {
       type: DataTypes.STRING
     },
+    motionBarLogo: {
+      type: DataTypes.STRING
+    },
+    defaultMotionBarLogo: {
+      type: DataTypes.BOOLEAN,
+      defaultValue: true
+    },
   }, {
     tableName: 'settings'
   });