@@ -98,6 +98,7 @@ CREATE TABLE devices (
rack_height_he INT,
serial_number VARCHAR(255),
comment TEXT,
web_config_url VARCHAR(255),
FOREIGN KEY (device_type_id) REFERENCES device_types(id),
FOREIGN KEY (rack_id) REFERENCES racks(id)
ON DELETE SET NULL
The note is not visible to the blocked user.