last pieces of b59043d / #590 (#600)

since the rest was removed, these comments no longer make sense
This commit is contained in:
nick n
2019-05-28 23:29:59 +02:00
committed by GitHub
parent ae94440df8
commit 5f36916018
12 changed files with 0 additions and 32 deletions

View File

@@ -52,8 +52,6 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("job"); __PACKAGE__->set_primary_key("job");
# You can replace this text with custom code or comments, and it will be preserved on regeneration
=head1 RELATIONSHIPS =head1 RELATIONSHIPS
=head2 device_skips( $backend?, $max_deferrals?, $retry_after? ) =head2 device_skips( $backend?, $max_deferrals?, $retry_after? )

View File

@@ -60,5 +60,4 @@ Returns the entry from the C<device> table on which this VLAN entry was discover
__PACKAGE__->belongs_to( device => 'App::Netdisco::DB::Result::Device', 'ip' ); __PACKAGE__->belongs_to( device => 'App::Netdisco::DB::Result::Device', 'ip' );
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -59,5 +59,4 @@ __PACKAGE__->has_many( nodes => 'App::Netdisco::DB::Result::Node',
cascade_copy => 0, cascade_update => 0, cascade_delete => 0 }, cascade_copy => 0, cascade_update => 0, cascade_delete => 0 },
); );
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -58,5 +58,4 @@ __PACKAGE__->has_many( nodes => 'App::Netdisco::DB::Result::Node',
cascade_copy => 0, cascade_update => 0, cascade_delete => 0 }, cascade_copy => 0, cascade_update => 0, cascade_delete => 0 },
); );
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -41,5 +41,4 @@ __PACKAGE__->has_many( ports => 'App::Netdisco::DB::Result::DevicePortPower', {
'foreign.ip' => 'self.ip', 'foreign.module' => 'self.module', 'foreign.ip' => 'self.ip', 'foreign.module' => 'self.module',
} ); } );
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -30,8 +30,4 @@ __PACKAGE__->add_columns(
{ data_type => "text", is_nullable => 1 }, { data_type => "text", is_nullable => 1 },
); );
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -29,7 +29,4 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("mac"); __PACKAGE__->set_primary_key("mac");
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -17,8 +17,4 @@ __PACKAGE__->add_columns(
); );
__PACKAGE__->set_primary_key("oui"); __PACKAGE__->set_primary_key("oui");
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -28,7 +28,4 @@ __PACKAGE__->add_columns(
); );
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -22,8 +22,4 @@ __PACKAGE__->add_columns(
); );
__PACKAGE__->set_primary_key("id"); __PACKAGE__->set_primary_key("id");
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -27,8 +27,4 @@ __PACKAGE__->add_columns(
); );
__PACKAGE__->set_primary_key("net"); __PACKAGE__->set_primary_key("net");
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;

View File

@@ -32,8 +32,4 @@ __PACKAGE__->add_columns(
}, },
); );
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;