Skip to content

Instantly share code, notes, and snippets.

View scottdriscoll's full-sized avatar

Scott Driscoll scottdriscoll

View GitHub Profile
-- SQL Script to remove all booklet entries and schema.
-- item.type range is 251 - 280
-- revrec sku cat ids are 92 - 121
-- Product types are 'booklets-85x11' and 'booklets-55x85'
BEGIN;
-- Delete Booklet entries from migration_log
DELETE FROM migration_log WHERE patch_file IN (
'option.sql',
-- SQL Script to remove all booklet entries and schema.
-- item.type range is 251 - 280
-- revrec sku cat ids are 92 - 121
-- Product types are 'booklets-85x11' and 'booklets-55x85'
BEGIN;
-- Delete Booklet entries from migration_log
DELETE FROM migration_log WHERE patch_file IN (
'option.sql',