Built motion from commit fa8c70b.|0.0.144
[motion.git] / server / models / tools_action.js
index aaeece0..5547cca 100644 (file)
@@ -22,6 +22,9 @@ module.exports = function(sequelize, DataTypes) {
     },
     data5: {
       type: DataTypes.STRING(4096)
+    },
+    data6: {
+      type: DataTypes.STRING
     }
   }, {
     tableName: 'tools_actions'