Commit e1f4255c by Vladislav

#21104 Перенос проекта в продакшн

1 parent 50e3a42a
......@@ -208,18 +208,18 @@ class CampaignVariablesController extends Controller
$dictionary_campaign->goalKeywords()->forExternal()->update([
'updated_need' => Carbon::now(),
]);
$dictionary_campaign->goalGoalSitelink()->forExternal()->update([
'updated_need' => Carbon::now(),
]);
// $dictionary_campaign->goalGoalSitelink()->forExternal()->update([
// 'updated_need' => Carbon::now(),
// ]);
$dictionary_campaign->goalVCards()->forExternal()->update([
'updated_need' => Carbon::now(),
]);
GoalRetargetinglist::forExternal()->update([
'updated_need' => Carbon::now(),
]);
NegativeKeywordSharedSet::forExternal()->update([
'updated_need' => Carbon::now(),
]);
// NegativeKeywordSharedSet::forExternal()->update([
// 'updated_need' => Carbon::now(),
// ]);
}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!