Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11720122
D3676.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
502 B
Referenced Files
None
Subscribers
None
D3676.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3676: Find Zed artwork not in expected locations
Attached
Detach File
Event Timeline
Log In to Comment