diff --git a/lib/App/Netdisco/DB/Result/Admin.pm b/lib/App/Netdisco/DB/Result/Admin.pm index eaa28128..3a9156fe 100644 --- a/lib/App/Netdisco/DB/Result/Admin.pm +++ b/lib/App/Netdisco/DB/Result/Admin.pm @@ -52,8 +52,6 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("job"); -# You can replace this text with custom code or comments, and it will be preserved on regeneration - =head1 RELATIONSHIPS =head2 device_skips( $backend?, $max_deferrals?, $retry_after? ) diff --git a/lib/App/Netdisco/DB/Result/DeviceModule.pm b/lib/App/Netdisco/DB/Result/DeviceModule.pm index aa00cee2..cc5bbcb6 100644 --- a/lib/App/Netdisco/DB/Result/DeviceModule.pm +++ b/lib/App/Netdisco/DB/Result/DeviceModule.pm @@ -60,5 +60,4 @@ Returns the entry from the C table on which this VLAN entry was discover __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; diff --git a/lib/App/Netdisco/DB/Result/DevicePortSsid.pm b/lib/App/Netdisco/DB/Result/DevicePortSsid.pm index e2e52ed9..ea465f34 100644 --- a/lib/App/Netdisco/DB/Result/DevicePortSsid.pm +++ b/lib/App/Netdisco/DB/Result/DevicePortSsid.pm @@ -59,5 +59,4 @@ __PACKAGE__->has_many( nodes => 'App::Netdisco::DB::Result::Node', 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; diff --git a/lib/App/Netdisco/DB/Result/DevicePortWireless.pm b/lib/App/Netdisco/DB/Result/DevicePortWireless.pm index 7c7b37e2..5e1caa59 100644 --- a/lib/App/Netdisco/DB/Result/DevicePortWireless.pm +++ b/lib/App/Netdisco/DB/Result/DevicePortWireless.pm @@ -58,5 +58,4 @@ __PACKAGE__->has_many( nodes => 'App::Netdisco::DB::Result::Node', 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; diff --git a/lib/App/Netdisco/DB/Result/DevicePower.pm b/lib/App/Netdisco/DB/Result/DevicePower.pm index 437cf77f..aab07147 100644 --- a/lib/App/Netdisco/DB/Result/DevicePower.pm +++ b/lib/App/Netdisco/DB/Result/DevicePower.pm @@ -41,5 +41,4 @@ __PACKAGE__->has_many( ports => 'App::Netdisco::DB::Result::DevicePortPower', { '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; diff --git a/lib/App/Netdisco/DB/Result/Log.pm b/lib/App/Netdisco/DB/Result/Log.pm index 47b3641f..4bce50e8 100644 --- a/lib/App/Netdisco/DB/Result/Log.pm +++ b/lib/App/Netdisco/DB/Result/Log.pm @@ -30,8 +30,4 @@ __PACKAGE__->add_columns( { data_type => "text", is_nullable => 1 }, ); - - - -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; diff --git a/lib/App/Netdisco/DB/Result/NodeMonitor.pm b/lib/App/Netdisco/DB/Result/NodeMonitor.pm index 33dc2967..5aa7ca0c 100644 --- a/lib/App/Netdisco/DB/Result/NodeMonitor.pm +++ b/lib/App/Netdisco/DB/Result/NodeMonitor.pm @@ -29,7 +29,4 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("mac"); - - -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; diff --git a/lib/App/Netdisco/DB/Result/Oui.pm b/lib/App/Netdisco/DB/Result/Oui.pm index 05d0222b..13273a10 100644 --- a/lib/App/Netdisco/DB/Result/Oui.pm +++ b/lib/App/Netdisco/DB/Result/Oui.pm @@ -17,8 +17,4 @@ __PACKAGE__->add_columns( ); __PACKAGE__->set_primary_key("oui"); - - - -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; diff --git a/lib/App/Netdisco/DB/Result/Process.pm b/lib/App/Netdisco/DB/Result/Process.pm index 33ee900d..17b51b11 100644 --- a/lib/App/Netdisco/DB/Result/Process.pm +++ b/lib/App/Netdisco/DB/Result/Process.pm @@ -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; diff --git a/lib/App/Netdisco/DB/Result/Session.pm b/lib/App/Netdisco/DB/Result/Session.pm index 0225d5b0..2a6e1950 100644 --- a/lib/App/Netdisco/DB/Result/Session.pm +++ b/lib/App/Netdisco/DB/Result/Session.pm @@ -22,8 +22,4 @@ __PACKAGE__->add_columns( ); __PACKAGE__->set_primary_key("id"); - - - -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; diff --git a/lib/App/Netdisco/DB/Result/Subnet.pm b/lib/App/Netdisco/DB/Result/Subnet.pm index 1a5260bb..a19ed78c 100644 --- a/lib/App/Netdisco/DB/Result/Subnet.pm +++ b/lib/App/Netdisco/DB/Result/Subnet.pm @@ -27,8 +27,4 @@ __PACKAGE__->add_columns( ); __PACKAGE__->set_primary_key("net"); - - - -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; diff --git a/lib/App/Netdisco/DB/Result/UserLog.pm b/lib/App/Netdisco/DB/Result/UserLog.pm index 9939e6ce..bad5ab25 100644 --- a/lib/App/Netdisco/DB/Result/UserLog.pm +++ b/lib/App/Netdisco/DB/Result/UserLog.pm @@ -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;