[
  {
    "type": "update",
    "description": "Auto-enable embeddedChatEnabled feature for all stores",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT COUNT(*) as count FROM stores WHERE embeddedChatEnabled = 1",
    "sql": "UPDATE stores SET embeddedChatEnabled = 1 WHERE embeddedChatEnabled = 0"
  }
]
