refactor: remove legacy modules from API and UI
This commit is contained in:
@@ -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"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user