Built motion from commit bf7fe19.|0.0.148
[motion.git] / server / models / history / report_square_history.js
index 542f1f9..295a01d 100644 (file)
@@ -74,11 +74,18 @@ module.exports = function(sequelize, DataTypes) {
     project_name: {
       type: DataTypes.STRING,
     },
+    prev_project_name: {
+      type: DataTypes.STRING,
+    },
     joinAt: {
       type: DataTypes.DATE,
     },
     leaveAt: {
       type: DataTypes.DATE
+    },
+    is_subproject: {
+      type: DataTypes.BOOLEAN,
+      defaultValue: false
     }
   }, {
     tableName: 'report_square_history'