-- Driver rename (2026-07-06): "cashino" → "escpos". The driver was always the GENERIC -- ESC/POS printer driver (reachability-only clones); it carried the first unit's vendor -- name, which read as misleading in the setup UI once other clones (ICS/Xprinter -- XP-K200L) used it. Rewrite stored device rows; the registry also keeps a permanent -- cashino→escpos alias so restored pre-rename backups still resolve. UPDATE `devices` SET `driver_id` = 'escpos' WHERE `driver_id` = 'cashino';