refactor: remove legacy modules from API and UI

This commit is contained in:
2026-02-15 22:20:50 +03:00
parent 5518c3b405
commit 93c99b4506
45 changed files with 464 additions and 5610 deletions

View File

@@ -11,10 +11,9 @@ func ValidateOwnershipSchema(db *sql.DB) error {
table string
column string
}{
{table: "machines", column: "customer_id"},
{table: "machines", column: "location_id"},
{table: "projects", column: "name"},
{table: "machines", column: "project_id"},
{table: "machines", column: "vendor_serial"},
{table: "locations", column: "name"},
{table: "parts", column: "vendor_serial"},
{table: "machine_firmware_states", column: "machine_id"},
}