This file contains hidden or 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
{ | |
"data": { | |
"Marketing": { | |
"Advertising": { | |
"Paid Search & Paid Social Advertising": [ | |
{ | |
"id": 2, | |
"created_at": "2012-03-28T17:33:29.336Z", | |
"updated_at": "2025-05-14T06:38:22.333Z", | |
"name": "Advertising", |
This file contains hidden or 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
# preorder | |
WITH inserts as ( | |
INSERT into store_variants( | |
id, | |
store_id, | |
preorder_store_id, | |
variant_id, | |
in_stock, | |
inserted_at, | |
published_at, |