Commit e1f4255c by Vladislav

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

1 parent 50e3a42a
...@@ -208,18 +208,18 @@ class CampaignVariablesController extends Controller ...@@ -208,18 +208,18 @@ class CampaignVariablesController extends Controller
$dictionary_campaign->goalKeywords()->forExternal()->update([ $dictionary_campaign->goalKeywords()->forExternal()->update([
'updated_need' => Carbon::now(), 'updated_need' => Carbon::now(),
]); ]);
$dictionary_campaign->goalGoalSitelink()->forExternal()->update([ // $dictionary_campaign->goalGoalSitelink()->forExternal()->update([
'updated_need' => Carbon::now(), // 'updated_need' => Carbon::now(),
]); // ]);
$dictionary_campaign->goalVCards()->forExternal()->update([ $dictionary_campaign->goalVCards()->forExternal()->update([
'updated_need' => Carbon::now(), 'updated_need' => Carbon::now(),
]); ]);
GoalRetargetinglist::forExternal()->update([ GoalRetargetinglist::forExternal()->update([
'updated_need' => Carbon::now(), 'updated_need' => Carbon::now(),
]); ]);
NegativeKeywordSharedSet::forExternal()->update([ // NegativeKeywordSharedSet::forExternal()->update([
'updated_need' => Carbon::now(), // '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!