From b5362d6da4c5d593342790001e28c6ac7cb144b3 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 15 Oct 2013 10:17:33 +0200 Subject: [PATCH] MT#4225 Align new schemas to optimized approach. --- lib/NGCP/Schema/Result/autoprov_field_devices.pm | 1 - lib/NGCP/Schema/Result/autoprov_firmwares.pm | 1 - lib/NGCP/Schema/Result/autoprov_profiles.pm | 1 - lib/NGCP/Schema/Result/voip_pbx_autoattendants.pm | 7 +------ 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/NGCP/Schema/Result/autoprov_field_devices.pm b/lib/NGCP/Schema/Result/autoprov_field_devices.pm index 3cfd5393..de1d9443 100644 --- a/lib/NGCP/Schema/Result/autoprov_field_devices.pm +++ b/lib/NGCP/Schema/Result/autoprov_field_devices.pm @@ -1,5 +1,4 @@ package NGCP::Schema::Result::autoprov_field_devices; -use Sipwise::Base; use Scalar::Util qw(blessed); use parent 'DBIx::Class::Core'; diff --git a/lib/NGCP/Schema/Result/autoprov_firmwares.pm b/lib/NGCP/Schema/Result/autoprov_firmwares.pm index 26403e55..79ed9ddb 100644 --- a/lib/NGCP/Schema/Result/autoprov_firmwares.pm +++ b/lib/NGCP/Schema/Result/autoprov_firmwares.pm @@ -1,5 +1,4 @@ package NGCP::Schema::Result::autoprov_firmwares; -use Sipwise::Base; use Scalar::Util qw(blessed); use parent 'DBIx::Class::Core'; diff --git a/lib/NGCP/Schema/Result/autoprov_profiles.pm b/lib/NGCP/Schema/Result/autoprov_profiles.pm index b58398e9..8812a4fd 100644 --- a/lib/NGCP/Schema/Result/autoprov_profiles.pm +++ b/lib/NGCP/Schema/Result/autoprov_profiles.pm @@ -1,5 +1,4 @@ package NGCP::Schema::Result::autoprov_profiles; -use Sipwise::Base; use Scalar::Util qw(blessed); use parent 'DBIx::Class::Core'; diff --git a/lib/NGCP/Schema/Result/voip_pbx_autoattendants.pm b/lib/NGCP/Schema/Result/voip_pbx_autoattendants.pm index 6282c003..baf4de08 100644 --- a/lib/NGCP/Schema/Result/voip_pbx_autoattendants.pm +++ b/lib/NGCP/Schema/Result/voip_pbx_autoattendants.pm @@ -1,15 +1,11 @@ package NGCP::Schema::Result::voip_pbx_autoattendants; -use Sipwise::Base; -use MooseX::NonMoose; use Scalar::Util qw(blessed); our $VERSION = '2.006'; # Created by DBIx::Class::Schema::Loader # DO NOT MODIFY THE FIRST PART OF THIS FILE - - -extends 'DBIx::Class::Core'; +use parent 'DBIx::Class::Core'; __PACKAGE__->load_components("InflateColumn::DateTime", "Helper::Row::ToJSON"); @@ -127,5 +123,4 @@ Related object: L # You can replace this text with custom code or comments, and it will be preserved on regeneration -__PACKAGE__->meta->make_immutable; 1;