Page MenuHomeDevCentral

D3676.diff
No OneTemporary

D3676.diff

diff --git a/sql/db-B/zed/hypership-tower-art-locations-error.sql b/sql/db-B/zed/hypership-tower-art-locations-error.sql
new file mode 100644
--- /dev/null
+++ b/sql/db-B/zed/hypership-tower-art-locations-error.sql
@@ -0,0 +1,13 @@
+-- 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
Tue, Sep 16, 10:40 (14 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2987929
Default Alt Text
D3676.diff (502 B)

Event Timeline