MT#4225 Align new schemas to optimized approach.

3.1
Andreas Granig 12 years ago
parent e28e105186
commit b5362d6da4

@ -1,5 +1,4 @@
package NGCP::Schema::Result::autoprov_field_devices; package NGCP::Schema::Result::autoprov_field_devices;
use Sipwise::Base;
use Scalar::Util qw(blessed); use Scalar::Util qw(blessed);
use parent 'DBIx::Class::Core'; use parent 'DBIx::Class::Core';

@ -1,5 +1,4 @@
package NGCP::Schema::Result::autoprov_firmwares; package NGCP::Schema::Result::autoprov_firmwares;
use Sipwise::Base;
use Scalar::Util qw(blessed); use Scalar::Util qw(blessed);
use parent 'DBIx::Class::Core'; use parent 'DBIx::Class::Core';

@ -1,5 +1,4 @@
package NGCP::Schema::Result::autoprov_profiles; package NGCP::Schema::Result::autoprov_profiles;
use Sipwise::Base;
use Scalar::Util qw(blessed); use Scalar::Util qw(blessed);
use parent 'DBIx::Class::Core'; use parent 'DBIx::Class::Core';

@ -1,15 +1,11 @@
package NGCP::Schema::Result::voip_pbx_autoattendants; package NGCP::Schema::Result::voip_pbx_autoattendants;
use Sipwise::Base;
use MooseX::NonMoose;
use Scalar::Util qw(blessed); use Scalar::Util qw(blessed);
our $VERSION = '2.006'; our $VERSION = '2.006';
# Created by DBIx::Class::Schema::Loader # Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE # DO NOT MODIFY THE FIRST PART OF THIS FILE
use parent 'DBIx::Class::Core';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime", "Helper::Row::ToJSON"); __PACKAGE__->load_components("InflateColumn::DateTime", "Helper::Row::ToJSON");
@ -127,5 +123,4 @@ Related object: L<NGCP::Schema::provisioning::Result::voip_subscribers>
# You can replace this text with custom code or comments, and it will be preserved on regeneration # You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1; 1;

Loading…
Cancel
Save