complete the migration of connected device ID to connected inventory
This commit is contained in:
@@ -19,10 +19,10 @@ __PACKAGE__->add_columns(
|
||||
{ data_type => "boolean", is_nullable => 1 },
|
||||
"remote_vendor",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"remote_os_ver",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"remote_model",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"remote_os_ver",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"remote_serial",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user