From 59aba14ef7696d9ebda9d77f86d048751669dad0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Jun 2026 08:26:41 +1000 Subject: [PATCH] =?UTF-8?q?feat(devices):=20migration=20025=20=E2=80=94=20?= =?UTF-8?q?lan=5Fdevices.icon=20column?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- lib/db/migrations/025_lan_device_icon.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/db/migrations/025_lan_device_icon.sql diff --git a/lib/db/migrations/025_lan_device_icon.sql b/lib/db/migrations/025_lan_device_icon.sql new file mode 100644 index 0000000..05b932d --- /dev/null +++ b/lib/db/migrations/025_lan_device_icon.sql @@ -0,0 +1,4 @@ +-- 025_lan_device_icon.sql +-- Per-device icon reference: 'set::' (type icon) or 'brand:' +-- (dashboard-icons logo). NULL => UI auto-defaults from the device group. +ALTER TABLE lan_devices ADD COLUMN IF NOT EXISTS icon text;