diff --git a/app/Traits/GenerateMigrationResources.php b/app/Traits/GenerateMigrationResources.php index 641469f5d0..0333c1dce4 100644 --- a/app/Traits/GenerateMigrationResources.php +++ b/app/Traits/GenerateMigrationResources.php @@ -24,7 +24,9 @@ trait GenerateMigrationResources protected function getCompany() { return [ + 'referral_code' => $this->account->referral_code ?: '', 'account_id' => $this->account->id, + 'google_analytics_key' => $this->account->analytics_key ?: '', 'industry_id' => $this->account->industry_id, 'ip' => $this->account->ip, 'company_key' => $this->account->account_key,