minor fixes
This commit is contained in:
@@ -175,7 +175,8 @@ device port.
|
|||||||
|
|
||||||
__PACKAGE__->might_have( properties => 'App::Netdisco::DB::Result::DevicePortProperties', {
|
__PACKAGE__->might_have( properties => 'App::Netdisco::DB::Result::DevicePortProperties', {
|
||||||
'foreign.ip' => 'self.ip', 'foreign.port' => 'self.port',
|
'foreign.ip' => 'self.ip', 'foreign.port' => 'self.port',
|
||||||
});
|
}, { join_type => 'LEFT OUTER' }
|
||||||
|
);
|
||||||
|
|
||||||
=head2 ssid
|
=head2 ssid
|
||||||
|
|
||||||
|
|||||||
@@ -154,6 +154,7 @@ sub delete {
|
|||||||
|
|
||||||
foreach my $set (qw/
|
foreach my $set (qw/
|
||||||
DevicePortPower
|
DevicePortPower
|
||||||
|
DevicePortProperties
|
||||||
DevicePortVlan
|
DevicePortVlan
|
||||||
DevicePortWireless
|
DevicePortWireless
|
||||||
DevicePortSsid
|
DevicePortSsid
|
||||||
|
|||||||
Reference in New Issue
Block a user