Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rishi554/e80d431a12d3ac15dc7ea84375dad633 to your computer and use it in GitHub Desktop.
Save rishi554/e80d431a12d3ac15dc7ea84375dad633 to your computer and use it in GitHub Desktop.
CU Task ID : 867806w0y - The Carillon Apartment Residences - ProspectPortal
-- Task ID : 867806w0y - The Carillon Apartment Residences - ProspectPortal
-- Databases : entrata120
UPDATE
marketing_media_associations
SET
deleted_by = 8,
deleted_on = NOW()
WHERE
id IN ( 109667,109669,109664,109666 )
AND cid = 18165;
UPDATE
template_slot_images
SET
updated_by = 8,
updated_on = NOW(),
marketing_media_association_id = NULL
WHERE
id = 1290689
AND website_id = 29146
AND cid = 18165;
@tbhatt-entrata
Copy link

Looks good to me!

@sdesai03
Copy link

Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment