Files
Void-Homelab/lib/db/migrations/025_lan_device_icon.sql
2026-06-09 08:26:41 +10:00

5 lines
241 B
SQL

-- 025_lan_device_icon.sql
-- Per-device icon reference: 'set:<set>:<name>' (type icon) or 'brand:<slug>'
-- (dashboard-icons logo). NULL => UI auto-defaults from the device group.
ALTER TABLE lan_devices ADD COLUMN IF NOT EXISTS icon text;