fix(adminui): show + clarify driver-less equipment across list/import (Task 1 review)

This commit is contained in:
Joseph Doherty
2026-06-08 07:00:03 -04:00
parent 53eb3fcda5
commit 0b5fc44866
3 changed files with 13 additions and 1 deletions
@@ -24,6 +24,8 @@ namespace ZB.MOM.WW.OtOpcUa.Configuration.Migrations
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
// WARNING: this rollback converts any existing NULL (driver-less) rows to "" for DriverInstanceId.
// Only safe when no driver-less equipment exists in the database.
migrationBuilder.AlterColumn<string>(
name: "DriverInstanceId",
table: "Equipment",