From 046fe977194f92b949d46aff5187d7fceb066ad5 Mon Sep 17 00:00:00 2001 From: ibnu Date: Thu, 6 Apr 2023 09:26:53 +0700 Subject: [PATCH] update versiont gantt --- app/Models/VersionGantt.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/VersionGantt.php b/app/Models/VersionGantt.php index 12a765d..72c6185 100644 --- a/app/Models/VersionGantt.php +++ b/app/Models/VersionGantt.php @@ -21,6 +21,8 @@ class VersionGantt extends Model 'calculation_type', 'committed_cost', 'cost_to_complete', + 'progress', + 'hierarchy_ftth_id', 'created_at', 'created_by', 'updated_at',