Commit e2d55379 by Vladislav

#19500 Синхронизация модификаторов

1 parent dae731c7
Showing with 1 additions and 1 deletions
......@@ -69,7 +69,7 @@ class BidModifiersAdd extends Command
'bid_modifiers.desktop_adjustment',
])
->select([
DB::raw('json_arrayagg(bid_modifiers.id) as ids'),
DB::raw('json_arrayagg(goal_bid_modifiers.id) as ids'),
'goal_bid_modifiers.dictionary_campaign_external_id as dictionary_campaign_external_id',
'goal_bid_modifiers.goal_ad_group_external_id as goal_ad_group_external_id',
'bid_modifiers.mobile_adjustment as mobile_adjustment',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!