← back to Dw Unbuyable Recovery Pilot
tk11041-innovations-reconcile/rescrape/undo/undo-WHL-20260910T234254Z.sql
16 lines
-- TK-11041 exact restore of the 12 WHL rows to their pre-write state
BEGIN;
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-01';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-02';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-03';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-04';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-05';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-06';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-07';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-08';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-09';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-10';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-11';
UPDATE innovations_catalog SET width=NULL, roll_length=NULL, pattern_repeat=NULL, composition=NULL, fire_rating_us=NULL, product_url='DISCONTINUED (archived: web.archive.org/web/20230127073736/https://www.innovationsusa.com/item/whistler)', specs='{}'::jsonb WHERE mfr_sku='WHL-12';
COMMIT;