Built motion from commit a0baffd.|1.0.1
[motion.git] / server / models / report_integration.js
index 99b638f..787eb25 100644 (file)
@@ -83,7 +83,6 @@ module.exports = function(sequelize, DataTypes) {
     app: DataTypes.STRING,
     appdata: DataTypes.STRING,
     projectId: DataTypes.INTEGER
-
   }, {
     tableName: 'report_integration'
   });