WIP: device type zeichner,

This commit is contained in:
2026-02-11 15:54:11 +01:00
parent 699ffe3d6b
commit 23b687c7a2
4 changed files with 355 additions and 14 deletions

View File

@@ -74,7 +74,8 @@ CREATE TABLE device_types (
category ENUM('switch','server','patchpanel','other') NOT NULL,
image_path VARCHAR(255),
image_type ENUM('svg','bitmap') NOT NULL,
comment TEXT
comment TEXT,
shape_definition JSON
) ENGINE=InnoDB;
CREATE TABLE device_type_ports (