Built motion from commit 2239aeb.|0.0.113
[motion.git] / server / models / history / report_square_detail_history.js
index ea95dc9..8ff8dfb 100644 (file)
@@ -17,7 +17,10 @@ module.exports = function(sequelize, DataTypes) {
     data: {
       type: DataTypes.STRING,
     },
-    project: {
+    project_name: {
+      type: DataTypes.STRING,
+    },
+    callerid: {
       type: DataTypes.STRING,
     }
   }, {