Pop Update

Features:
* Komplettes kabelmanagement auf Rack He Modul Basis
This commit is contained in:
Daniel Spitzer
2025-10-12 12:13:42 +02:00
parent 3d19e8c77b
commit e17e638263

View File

@@ -10,7 +10,7 @@ final class Poprackmodulecable extends AbstractMigration
$table = $this->table("Poprackmodulecable", ["signed" => true]);
$table->addColumn("poprackmodule_id", "integer", ["null" => false]);
$table->addColumn("cable_name", "", ["null" => false]);
$table->addColumn("cable_name", "text", ["null" => false]);
$table->addColumn("port_start", "integer", ["null" => false]);
$table->addColumn("port_end", "integer", ["null" => false]);
$table->addColumn("fiber_start", "integer", ["null" => true]);