Network map enhancements and fixes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add status column to network_devices for online/offline/warning indicators.
|
||||
ALTER TABLE network_devices
|
||||
ADD COLUMN IF NOT EXISTS status TEXT NOT NULL DEFAULT 'unknown'
|
||||
CHECK (status IN ('online', 'offline', 'warning', 'unknown'));
|
||||
Reference in New Issue
Block a user