Last active
May 18, 2023 08:04
-
-
Save rishi554/e80d431a12d3ac15dc7ea84375dad633 to your computer and use it in GitHub Desktop.
CU Task ID : 867806w0y - The Carillon Apartment Residences - ProspectPortal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks good to me!