Page MenuHomeDevCentral

hypership-tower-art-locations-error.sql
No OneTemporary

hypership-tower-art-locations-error.sql

-- Zed
-- Do we have hidden artwork?
USE zed_prod;
SELECT
location_local, k
FROM
content_locations
WHERE
location_global = "B00001001" -- Hypership tower
AND k NOT IN (1, 2, 3) -- Expected positions
ORDER BY location_local, k ASC;

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 12, 08:58 (2 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3047814
Default Alt Text
hypership-tower-art-locations-error.sql (256 B)

Event Timeline