-- 013_driver_device.sql — add device_id to lobby_drivers. -- -- Represents the currently selected physical ESP32 DEVICE_ID (0..127) for a driver. -- This device is pinned to the driver during races and released when the race ends or they leave. ALTER TABLE lobby_drivers ADD COLUMN IF NOT EXISTS device_id INT;