[
  {
    "type": "update",
    "description": "Deactivate Daredevil Red kiosk stand pricing row — Armodilo discontinued the color (follow-up: prior migration check_query was inverted and the op was skipped)",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT 1 FROM kiosk_buykiosk.quotePricing WHERE itemKey = 'stand_red' AND isActive = 0",
    "sql": "UPDATE `quotePricing` SET `isActive` = 0 WHERE `itemKey` = 'stand_red'"
  },
  {
    "type": "update",
    "description": "Relabel Dynamic Blue kiosk stand to indicate Special Order — Armodilo no longer stocks blue; available by special order only",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT 1 FROM kiosk_buykiosk.quotePricing WHERE itemKey = 'stand_blue' AND itemLabel LIKE '%Special Order%'",
    "sql": "UPDATE `quotePricing` SET `itemLabel` = 'Kiosk Stand - Dynamic Blue (Special Order)' WHERE `itemKey` = 'stand_blue'"
  }
]
