Built motion from commit 0c27b27.|1.0.11
[motion.git] / server / models / report_square_detail.js
index 431e294..5654d80 100644 (file)
@@ -15,7 +15,7 @@ module.exports = function(sequelize, DataTypes) {
       type: DataTypes.STRING,
     },
     data: {
-      type: DataTypes.STRING,
+      type: DataTypes.TEXT
     },
     project_name: {
       type: DataTypes.STRING,