minor fixes

This commit is contained in:
Oliver Gorwits
2018-02-21 21:31:48 +00:00
parent 7191a1cd00
commit 5584865052
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -154,6 +154,7 @@ sub delete {
foreach my $set (qw/ foreach my $set (qw/
DevicePortPower DevicePortPower
DevicePortProperties
DevicePortVlan DevicePortVlan
DevicePortWireless DevicePortWireless
DevicePortSsid DevicePortSsid