Built motion from commit 82438f7.|0.0.115
[motion.git] / server / models / integration.js
index 1cbee6f..42bf262 100644 (file)
@@ -55,7 +55,9 @@ module.exports = function(sequelize, DataTypes) {
       type: DataTypes.STRING,
       unique: true
     },
-    description: DataTypes.STRING
+    description: DataTypes.STRING,
+    title: DataTypes.STRING,
+    remoteUri: DataTypes.STRING
   }, {
     tableName: 'integrations'
   });