Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 35093b3d
authored
Jul 08, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#19498 Снхронизация объявлений с целевыми
1 parent
299db702
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Console/Commands/AdvertisementsUpdate.php
app/Console/Commands/AdvertisementsUpdate.php
View file @
35093b3
...
@@ -91,7 +91,7 @@ class AdvertisementsUpdate extends Command
...
@@ -91,7 +91,7 @@ class AdvertisementsUpdate extends Command
'goal_advertisements.goal_v_card_external_id as goal_v_card_external_id'
,
'goal_advertisements.goal_v_card_external_id as goal_v_card_external_id'
,
'advertisements.ad_image_hash as ad_image_hash'
,
'advertisements.ad_image_hash as ad_image_hash'
,
'goal_advertisements.goal_sitelink_external_id as goal_sitelink_external_id'
,
'goal_advertisements.goal_sitelink_external_id as goal_sitelink_external_id'
,
DB
::
raw
(
"JSON_
OBJECTAGG('AdExtensionId', goal_ad_extensions.external_id, 'Operation', 'SET'
) as ad_extensions"
),
DB
::
raw
(
"JSON_
ARRAYAGG(JSON_OBJECT('AdExtensionId', goal_ad_extensions.external_id, 'Operation', 'SET')
) as ad_extensions"
),
'advertisements.video_extension as video_extension'
,
'advertisements.video_extension as video_extension'
,
'advertisements.price_extension as price_extension'
,
'advertisements.price_extension as price_extension'
,
'advertisements.turbo_page_id as turbo_page_id'
,
'advertisements.turbo_page_id as turbo_page_id'
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment