Sync with latest DB schema.

agranig/2.004-ramoptimized
Andreas Granig 13 years ago
parent e9e97e466f
commit 9d902fefc8

@ -1,6 +1,6 @@
package NGCP::Schema::accounting; package NGCP::Schema::accounting;
use Sipwise::Base; use Sipwise::Base;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces; __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:32 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Hvlv43Bpo+4OElqIE9da3A # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/gINj3OenRQkhpdpfbQq4Q
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::accounting::Result::acc; package NGCP::Schema::accounting::Result::acc;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -189,8 +189,8 @@ NGCP::Schema::accounting::Result::acc
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:32 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WBU6oWZxMUyyvRxEK8JXkw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xeA6MKKfGSojXRMYQVBNAg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::accounting::Result::acc_backup; package NGCP::Schema::accounting::Result::acc_backup;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -189,8 +189,8 @@ NGCP::Schema::accounting::Result::acc_backup
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:32 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kO7bmZcRWeKDQAS1pTeO6A # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xoVLrOMaFU4+EpagvbyPNg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::accounting::Result::acc_trash; package NGCP::Schema::accounting::Result::acc_trash;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -189,8 +189,8 @@ NGCP::Schema::accounting::Result::acc_trash
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:32 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q/vE8cwy80nUgh52K4M9+w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RQYmuI3kK9o/lhL9zmTTog
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::accounting::Result::cdr; package NGCP::Schema::accounting::Result::cdr;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -109,29 +109,53 @@ __PACKAGE__->add_columns(
{ data_type => "decimal", is_nullable => 0, size => [13, 3] }, { data_type => "decimal", is_nullable => 0, size => [13, 3] },
"call_id", "call_id",
{ data_type => "varchar", is_nullable => 0, size => 255 }, { data_type => "varchar", is_nullable => 0, size => 255 },
"carrier_cost", "source_carrier_cost",
{ data_type => "decimal", is_nullable => 1, size => [10, 2] }, { data_type => "decimal", is_nullable => 1, size => [10, 2] },
"reseller_cost", "source_reseller_cost",
{ data_type => "decimal", is_nullable => 1, size => [10, 2] }, { data_type => "decimal", is_nullable => 1, size => [10, 2] },
"customer_cost", "source_customer_cost",
{ data_type => "decimal", is_nullable => 1, size => [10, 2] }, { data_type => "decimal", is_nullable => 1, size => [10, 2] },
"carrier_free_time", "source_carrier_free_time",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"reseller_free_time", "source_reseller_free_time",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"customer_free_time", "source_customer_free_time",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"carrier_billing_fee_id", "source_carrier_billing_fee_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"reseller_billing_fee_id", "source_reseller_billing_fee_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"customer_billing_fee_id", "source_customer_billing_fee_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"carrier_billing_zone_id", "source_carrier_billing_zone_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"reseller_billing_zone_id", "source_reseller_billing_zone_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"customer_billing_zone_id", "source_customer_billing_zone_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_carrier_cost",
{ data_type => "decimal", is_nullable => 1, size => [10, 2] },
"destination_reseller_cost",
{ data_type => "decimal", is_nullable => 1, size => [10, 2] },
"destination_customer_cost",
{ data_type => "decimal", is_nullable => 1, size => [10, 2] },
"destination_carrier_free_time",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_reseller_free_time",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_customer_free_time",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_carrier_billing_fee_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_reseller_billing_fee_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_customer_billing_fee_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_carrier_billing_zone_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_reseller_billing_zone_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"destination_customer_billing_zone_id",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 }, { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"frag_carrier_onpeak", "frag_carrier_onpeak",
{ data_type => "tinyint", is_nullable => 1 }, { data_type => "tinyint", is_nullable => 1 },
@ -380,73 +404,145 @@ NGCP::Schema::accounting::Result::cdr
is_nullable: 0 is_nullable: 0
size: 255 size: 255
=head2 carrier_cost =head2 source_carrier_cost
data_type: 'decimal'
is_nullable: 1
size: [10,2]
=head2 source_reseller_cost
data_type: 'decimal'
is_nullable: 1
size: [10,2]
=head2 source_customer_cost
data_type: 'decimal'
is_nullable: 1
size: [10,2]
=head2 source_carrier_free_time
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_reseller_free_time
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_customer_free_time
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_carrier_billing_fee_id
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_reseller_billing_fee_id
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_customer_billing_fee_id
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_carrier_billing_zone_id
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_reseller_billing_zone_id
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 source_customer_billing_zone_id
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 destination_carrier_cost
data_type: 'decimal' data_type: 'decimal'
is_nullable: 1 is_nullable: 1
size: [10,2] size: [10,2]
=head2 reseller_cost =head2 destination_reseller_cost
data_type: 'decimal' data_type: 'decimal'
is_nullable: 1 is_nullable: 1
size: [10,2] size: [10,2]
=head2 customer_cost =head2 destination_customer_cost
data_type: 'decimal' data_type: 'decimal'
is_nullable: 1 is_nullable: 1
size: [10,2] size: [10,2]
=head2 carrier_free_time =head2 destination_carrier_free_time
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 reseller_free_time =head2 destination_reseller_free_time
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 customer_free_time =head2 destination_customer_free_time
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 carrier_billing_fee_id =head2 destination_carrier_billing_fee_id
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 reseller_billing_fee_id =head2 destination_reseller_billing_fee_id
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 customer_billing_fee_id =head2 destination_customer_billing_fee_id
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 carrier_billing_zone_id =head2 destination_carrier_billing_zone_id
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 reseller_billing_zone_id =head2 destination_reseller_billing_zone_id
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
is_nullable: 1 is_nullable: 1
=head2 customer_billing_zone_id =head2 destination_customer_billing_zone_id
data_type: 'integer' data_type: 'integer'
extra: {unsigned => 1} extra: {unsigned => 1}
@ -516,8 +612,8 @@ NGCP::Schema::accounting::Result::cdr
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:33 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:d7Lt2OCihnsuWqpZG4ik2A # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y8EO3S6Wb5iq+jma9M+SWA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::accounting::Result::mark; package NGCP::Schema::accounting::Result::mark;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -70,8 +70,8 @@ NGCP::Schema::accounting::Result::mark
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:33 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+as/Fw2Z3UO81Cq28dZZ7w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rzYOYWUSdbmJ1rQ+yIfNfQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::accounting::Result::prepaid_costs; package NGCP::Schema::accounting::Result::prepaid_costs;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -91,8 +91,8 @@ NGCP::Schema::accounting::Result::prepaid_costs
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:33 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:38
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qhLui54hmrUYmOoeOwr+cw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2+OTlixP/26U3+pI8eH/Ig
# 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

@ -1,6 +1,6 @@
package NGCP::Schema::billing; package NGCP::Schema::billing;
use Sipwise::Base; use Sipwise::Base;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces; __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sx/D2d16t8N9+cdwKfYW5g # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pFNyB1lQTWbvEckC6oqjJw
use NGCP::Schema qw(); use NGCP::Schema qw();
use NGCP::Schema::provisioning qw(); use NGCP::Schema::provisioning qw();
@ -401,3 +401,8 @@ Lars Dieckow C<< <ldieckow@sipwise.com> >>
=head1 LICENCE =head1 LICENCE
restricted restricted
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable(inline_constructor => 0);
1;

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::admins; package NGCP::Schema::billing::Result::admins;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -174,8 +174,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ne0wYz4BXSg/vM3vjXwQ5Q # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5w5xcKNU6ETkZWzLBcJucA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_fees; package NGCP::Schema::billing::Result::billing_fees;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -36,8 +36,17 @@ __PACKAGE__->add_columns(
is_foreign_key => 1, is_foreign_key => 1,
is_nullable => 1, is_nullable => 1,
}, },
"source",
{ data_type => "varchar", default_value => ".", is_nullable => 0, size => 255 },
"destination", "destination",
{ data_type => "varchar", is_nullable => 0, size => 255 }, { data_type => "varchar", is_nullable => 0, size => 255 },
"direction",
{
data_type => "enum",
default_value => "out",
extra => { list => ["in", "out"] },
is_nullable => 0,
},
"type", "type",
{ {
data_type => "enum", data_type => "enum",
@ -89,12 +98,6 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("id"); __PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint(
"profdestype_idx",
["billing_profile_id", "destination", "type"],
);
__PACKAGE__->has_many( __PACKAGE__->has_many(
"billing_fees_histories", "billing_fees_histories",
"NGCP::Schema::billing::Result::billing_fees_history", "NGCP::Schema::billing::Result::billing_fees_history",
@ -153,12 +156,26 @@ NGCP::Schema::billing::Result::billing_fees
is_foreign_key: 1 is_foreign_key: 1
is_nullable: 1 is_nullable: 1
=head2 source
data_type: 'varchar'
default_value: '.'
is_nullable: 0
size: 255
=head2 destination =head2 destination
data_type: 'varchar' data_type: 'varchar'
is_nullable: 0 is_nullable: 0
size: 255 size: 255
=head2 direction
data_type: 'enum'
default_value: 'out'
extra: {list => ["in","out"]}
is_nullable: 0
=head2 type =head2 type
data_type: 'enum' data_type: 'enum'
@ -232,20 +249,6 @@ NGCP::Schema::billing::Result::billing_fees
=back =back
=head1 UNIQUE CONSTRAINTS
=head2 C<profdestype_idx>
=over 4
=item * L</billing_profile_id>
=item * L</destination>
=item * L</type>
=back
=head1 RELATIONS =head1 RELATIONS
=head2 billing_fees_histories =head2 billing_fees_histories
@ -269,8 +272,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BcdPTk3zOHg+ey/voZYahg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:17Tfco+5X2RpSNYKHdyBAA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_fees_history; package NGCP::Schema::billing::Result::billing_fees_history;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -38,8 +38,17 @@ __PACKAGE__->add_columns(
is_foreign_key => 1, is_foreign_key => 1,
is_nullable => 1, is_nullable => 1,
}, },
"source",
{ data_type => "varchar", default_value => ".", is_nullable => 0, size => 255 },
"destination", "destination",
{ data_type => "varchar", is_nullable => 0, size => 255 }, { data_type => "varchar", is_nullable => 0, size => 255 },
"direction",
{
data_type => "enum",
default_value => "out",
extra => { list => ["in", "out"] },
is_nullable => 0,
},
"type", "type",
{ {
data_type => "enum", data_type => "enum",
@ -152,12 +161,26 @@ NGCP::Schema::billing::Result::billing_fees_history
is_foreign_key: 1 is_foreign_key: 1
is_nullable: 1 is_nullable: 1
=head2 source
data_type: 'varchar'
default_value: '.'
is_nullable: 0
size: 255
=head2 destination =head2 destination
data_type: 'varchar' data_type: 'varchar'
is_nullable: 0 is_nullable: 0
size: 255 size: 255
=head2 direction
data_type: 'enum'
default_value: 'out'
extra: {list => ["in","out"]}
is_nullable: 0
=head2 type =head2 type
data_type: 'enum' data_type: 'enum'
@ -248,8 +271,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones_history>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e5P+NuayyMen2ukZlXAazA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MMt6wWsX8L2m+p6HxGUFWQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_mappings; package NGCP::Schema::billing::Result::billing_mappings;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -174,8 +174,8 @@ Related object: L<NGCP::Schema::billing::Result::products>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FCp9BwSNkHyj6bw/6DGRGA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lrZQF7EYJ10XoHe5N4pSoQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_peaktime_special; package NGCP::Schema::billing::Result::billing_peaktime_special;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -108,8 +108,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_profiles>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sF71tPxvuJwbTYClaP/H4w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wNw1uWtxc6+K9VA/bZN/1g
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_peaktime_weekdays; package NGCP::Schema::billing::Result::billing_peaktime_weekdays;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -106,8 +106,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_profiles>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5on1Unwvzl3CTfeA/RTbrQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Lq0dduBD6Hp92QZEw2y/KA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_profiles; package NGCP::Schema::billing::Result::billing_profiles;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -349,8 +349,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:emMOBHhyqXnLSywpWbT77w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RKARBJmF3abfnJkzV0y1DA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_zones; package NGCP::Schema::billing::Result::billing_zones;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -145,8 +145,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones_history>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JJqCy0Nr20KaKxmpa0cTnA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Gwqg3MUjlMG5nX6iv0lA0Q
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::billing_zones_history; package NGCP::Schema::billing::Result::billing_zones_history;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -127,8 +127,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z4hz6z/o7CmN0wFIac2c0w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c20BpeztUXxlbTaYSEjcYw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::contacts; package NGCP::Schema::billing::Result::contacts;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -269,8 +269,8 @@ Related object: L<NGCP::Schema::billing::Result::orders>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qhvlrezAnVm47eZroTWxHA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nUwlnEoO87+uj22l8s/D1A
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::contract_balances; package NGCP::Schema::billing::Result::contract_balances;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -185,8 +185,8 @@ Related object: L<NGCP::Schema::billing::Result::invoices>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YHTfB8mZ+FhTcqpTejBVCw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:J8qpINRu83FGg9pX2DSggg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::contract_credits; package NGCP::Schema::billing::Result::contract_credits;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -154,8 +154,8 @@ Related object: L<NGCP::Schema::billing::Result::credit_payments>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A7H9vSKNF5ouZlB6GlTkYg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:akx/zH3YENBM2SDZTvJzcw
# 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

@ -0,0 +1,154 @@
package NGCP::Schema::billing::Result::contract_fraud_preferences;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->table("contract_fraud_preferences");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"contract_id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_foreign_key => 1,
is_nullable => 0,
},
"fraud_interval_limit",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"fraud_interval_lock",
{ data_type => "tinyint", extra => { unsigned => 1 }, is_nullable => 1 },
"fraud_interval_notify",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"fraud_daily_limit",
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 1 },
"fraud_daily_lock",
{ data_type => "tinyint", extra => { unsigned => 1 }, is_nullable => 1 },
"fraud_daily_notify",
{ data_type => "varchar", is_nullable => 1, size => 255 },
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("contract_id", ["contract_id"]);
__PACKAGE__->belongs_to(
"contract",
"NGCP::Schema::billing::Result::contracts",
{ id => "contract_id" },
{ is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
);
=encoding UTF-8
=head1 NAME
NGCP::Schema::billing::Result::contract_fraud_preferences
=head1 TABLE: C<contract_fraud_preferences>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 contract_id
data_type: 'integer'
extra: {unsigned => 1}
is_foreign_key: 1
is_nullable: 0
=head2 fraud_interval_limit
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 fraud_interval_lock
data_type: 'tinyint'
extra: {unsigned => 1}
is_nullable: 1
=head2 fraud_interval_notify
data_type: 'varchar'
is_nullable: 1
size: 255
=head2 fraud_daily_limit
data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 1
=head2 fraud_daily_lock
data_type: 'tinyint'
extra: {unsigned => 1}
is_nullable: 1
=head2 fraud_daily_notify
data_type: 'varchar'
is_nullable: 1
size: 255
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<contract_id>
=over 4
=item * L</contract_id>
=back
=head1 RELATIONS
=head2 contract
Type: belongs_to
Related object: L<NGCP::Schema::billing::Result::contracts>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:og6bOz/sjNRP6MmZ5T5jEQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::contract_registers; package NGCP::Schema::billing::Result::contract_registers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -107,8 +107,8 @@ Related object: L<NGCP::Schema::billing::Result::contracts>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4M+qzIJAGNdiUjC1rTMf/Q # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ASsbcbCBFdRVQkYQ2PdAdA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::contracts; package NGCP::Schema::billing::Result::contracts;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -128,6 +128,14 @@ __PACKAGE__->has_many(
); );
__PACKAGE__->might_have(
"contract_fraud_preference",
"NGCP::Schema::billing::Result::contract_fraud_preferences",
{ "foreign.contract_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
__PACKAGE__->has_many( __PACKAGE__->has_many(
"contract_registers", "contract_registers",
"NGCP::Schema::billing::Result::contract_registers", "NGCP::Schema::billing::Result::contract_registers",
@ -299,6 +307,12 @@ Type: has_many
Related object: L<NGCP::Schema::billing::Result::contract_balances> Related object: L<NGCP::Schema::billing::Result::contract_balances>
=head2 contract_fraud_preference
Type: might_have
Related object: L<NGCP::Schema::billing::Result::contract_fraud_preferences>
=head2 contract_registers =head2 contract_registers
Type: has_many Type: has_many
@ -332,8 +346,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_subscribers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:d1xOUxPPJ4iKqGYb9W8+GA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1OHlRe5ZIGZXOarl9tdd5w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::credit_payments; package NGCP::Schema::billing::Result::credit_payments;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -112,8 +112,8 @@ Related object: L<NGCP::Schema::billing::Result::payments>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vioTfVbJ2E3QISSqNcnuxQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5rep0FM0gHWMoIxGG/RGiQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::customer_registers; package NGCP::Schema::billing::Result::customer_registers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -107,8 +107,8 @@ Related object: L<NGCP::Schema::billing::Result::customers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BeiBkDEOQM7mNiOsNMMR6g # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tfxSVtyHa3auVF87B0uT3g
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::customers; package NGCP::Schema::billing::Result::customers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -305,8 +305,8 @@ Related object: L<NGCP::Schema::billing::Result::contacts>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FO/KqKp6Eih98U9RGz0Opw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x7Lxn6E2PzlogQbZ0+lu3w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::domain_resellers; package NGCP::Schema::billing::Result::domain_resellers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -112,8 +112,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:INZADf8ubjVQ0+b09SP8yQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:meE5nef0MO5Id9Ad5LWo8Q
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::domains; package NGCP::Schema::billing::Result::domains;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -105,8 +105,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_subscribers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1bv/Q+wYBvYf4y6zE6YRqg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gdP3/XxVdVqGC6xnXjNubg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::invoices; package NGCP::Schema::billing::Result::invoices;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -132,8 +132,8 @@ Related object: L<NGCP::Schema::billing::Result::orders>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yn0yX/QE0hBYDE7mURm3aw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yb1L+oVvnjrmJScpJjtkPw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::lnp_numbers; package NGCP::Schema::billing::Result::lnp_numbers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -116,8 +116,8 @@ Related object: L<NGCP::Schema::billing::Result::lnp_providers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KrkvSlJ0VQHGQh2ZiEEaKw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4BmEbXSSBOCMir62vmCwOQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::lnp_providers; package NGCP::Schema::billing::Result::lnp_providers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -86,8 +86,8 @@ Related object: L<NGCP::Schema::billing::Result::ncos_lnp_list>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UbJznkchqDnY20MjvEOE5Q # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n1oybPMCzqX6vvBHMWECaw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::ncos_levels; package NGCP::Schema::billing::Result::ncos_levels;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -169,8 +169,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zOJjzSjMqgLosv8PZPo7uw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/BO3NF3YaXJjlpzb3AEI6A
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::ncos_lnp_list; package NGCP::Schema::billing::Result::ncos_lnp_list;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -134,8 +134,8 @@ Related object: L<NGCP::Schema::billing::Result::ncos_levels>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+mDVmmWdXEXu5seAHpwOcA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jAAZinuLYM62mqeUOgUExw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::ncos_pattern_list; package NGCP::Schema::billing::Result::ncos_pattern_list;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -114,8 +114,8 @@ Related object: L<NGCP::Schema::billing::Result::ncos_levels>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kqutl9DMKs+Apo41YwkRhA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gZN7cbk19S8g0yldUhwjeQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::order_payments; package NGCP::Schema::billing::Result::order_payments;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -112,8 +112,8 @@ Related object: L<NGCP::Schema::billing::Result::payments>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Hum4Q7ejxPlVshpruumW0g # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LMlllA6cbeIqQH0ZRUR+4g
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::orders; package NGCP::Schema::billing::Result::orders;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -294,8 +294,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6TGqYmluDQ+Igvag2UbDWA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ERqjNxDR6CIGKYS7ykVXgw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::payments; package NGCP::Schema::billing::Result::payments;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -177,8 +177,8 @@ Related object: L<NGCP::Schema::billing::Result::order_payments>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mfcyjayOy7NM2MlgTn0f2g # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CnZJVQXCIqFB9VSe3SI+kQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::products; package NGCP::Schema::billing::Result::products;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -224,8 +224,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sh8mk8IkcCLjAobMb9jNIA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iB5l34rzQnFJst+0OKeWCQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::resellers; package NGCP::Schema::billing::Result::resellers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -284,8 +284,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_numbers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CKLv7fywXx/FC8lgYy+C5A # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9YdB2kOliHTbe2Nn8iZEjw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::voip_intercept; package NGCP::Schema::billing::Result::voip_intercept;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -179,8 +179,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XJXZFLdNAoBUsytZcejgGg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NLEkAPVtX2YW7F1cIr9dGA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::voip_number_block_resellers; package NGCP::Schema::billing::Result::voip_number_block_resellers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -112,8 +112,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ed8RgLkMaCi4XbtnJAJsTg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DR+0OWPPR7I8yu4F7SmVBg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::voip_number_blocks; package NGCP::Schema::billing::Result::voip_number_blocks;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -135,8 +135,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_number_block_resellers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WK0ncqEM1VPEh93P9gl4Gg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1rb1JgA6DVuqA8Cuybs00w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::voip_numbers; package NGCP::Schema::billing::Result::voip_numbers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -213,8 +213,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_subscribers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tbScuiGmQWcI6Ie1xaGbOw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yCFZI1q2CBPYv7suwzB/EQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::billing::Result::voip_subscribers; package NGCP::Schema::billing::Result::voip_subscribers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -210,8 +210,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_numbers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:47 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:23joLfR2FBx5Q1pAQN1K0w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U+iZ2ZEvIWZuV3eBfnKgqg
# 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

@ -1,6 +1,6 @@
package NGCP::Schema::carrier; package NGCP::Schema::carrier;
use Sipwise::Base; use Sipwise::Base;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces; __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AZkLVk1U3iWTLFab8AN5iA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2tiLLQMoqYYiicae6bptbA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::contracts; package NGCP::Schema::carrier::Result::contracts;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -154,8 +154,8 @@ Related object: L<NGCP::Schema::carrier::Result::subscribers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9EZxEmXUVDpzRf1TFcFz2Q # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4hMLpWlgGUDqIQi3EtZ98w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::credits; package NGCP::Schema::carrier::Result::credits;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -98,8 +98,8 @@ Related object: L<NGCP::Schema::carrier::Result::payments>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AvJUNHY/vrk3UpFzKPG8oA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Uy4GRTdfLSOHkGUskZ90oA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::customers; package NGCP::Schema::carrier::Result::customers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -132,8 +132,8 @@ Related object: L<NGCP::Schema::carrier::Result::orders>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EOy9TLNdHl9yCZDpfqWxjA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+goR14iFMAhvkYSWvT0OyA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::interceptions; package NGCP::Schema::carrier::Result::interceptions;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -62,8 +62,8 @@ NGCP::Schema::carrier::Result::interceptions
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oOYSGCP8a6dzQkvxKUtvSQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U69dGFDYYDl5snNdOaqDnw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::numbers; package NGCP::Schema::carrier::Result::numbers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -83,8 +83,8 @@ Related object: L<NGCP::Schema::carrier::Result::subscribers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ubzj19lLfeixYuUoRkkJyA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rKlcM5r25s+dbVFcVLlhDw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::orders; package NGCP::Schema::carrier::Result::orders;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -98,8 +98,8 @@ Related object: L<NGCP::Schema::carrier::Result::payments>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x/P3BFKHbBmhXAEM/UBFwg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qxvs6iVIYTvEM3UaI6inVw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::payments; package NGCP::Schema::carrier::Result::payments;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -122,8 +122,8 @@ Related object: L<NGCP::Schema::carrier::Result::orders>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3OCk/Zx1CUEyfwXxQxiqhg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4DugdrtlyCXaAQ/+BDLBCg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::carrier::Result::subscribers; package NGCP::Schema::carrier::Result::subscribers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -169,8 +169,8 @@ Related object: L<NGCP::Schema::carrier::Result::numbers>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:51 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:a8R7tZQhbu4kVGnJ11NDwA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wilV/qIDw/te8YVuAblldA
# 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

@ -1,6 +1,6 @@
package NGCP::Schema::kamailio; package NGCP::Schema::kamailio;
use Sipwise::Base; use Sipwise::Base;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces; __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:56
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ygw1KLGCnt0HJKy0rsv3xw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:F+YCA+y1IL8DMrefBOhpIg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::acc; package NGCP::Schema::kamailio::Result::acc;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -189,8 +189,8 @@ NGCP::Schema::kamailio::Result::acc
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VYoXxbeSoPNLTcPoyXeVJQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R7B3mJTnGChkMSPWYGCYOA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::acc_backup; package NGCP::Schema::kamailio::Result::acc_backup;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -189,8 +189,8 @@ NGCP::Schema::kamailio::Result::acc_backup
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xOUce1zjrcziYrqHMjSnRQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nvEURbNyxW00hoXMDRcWDw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::acc_trash; package NGCP::Schema::kamailio::Result::acc_trash;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -189,8 +189,8 @@ NGCP::Schema::kamailio::Result::acc_trash
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:W3Eh/IC3/D4n3YnRsL6vlA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ga7m/PW4l7j33qgKZrlK+g
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::active_watchers; package NGCP::Schema::kamailio::Result::active_watchers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -263,8 +263,8 @@ NGCP::Schema::kamailio::Result::active_watchers
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8yo/PQhpLlYaMiblbR3IMQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rJsRtAFfyNiQlWUlJg5YUQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::address; package NGCP::Schema::kamailio::Result::address;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -106,8 +106,8 @@ NGCP::Schema::kamailio::Result::address
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HCSJ082O01TpgLAISRcGeA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FzVsu1DuqdKe4hHoA5iy+w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::aliases; package NGCP::Schema::kamailio::Result::aliases;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -225,8 +225,8 @@ NGCP::Schema::kamailio::Result::aliases
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e6wdphtD8zG2FnLksZFxjw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ma8Tw5xOBKUY2mofS8GvmQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::dbaliases; package NGCP::Schema::kamailio::Result::dbaliases;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -105,8 +105,8 @@ NGCP::Schema::kamailio::Result::dbaliases
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FRhzs0cqafLwuHh/Grzg3Q # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:chWlOJ4bwLVdFGIkAP6gAA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::dialog; package NGCP::Schema::kamailio::Result::dialog;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -256,8 +256,8 @@ NGCP::Schema::kamailio::Result::dialog
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gDTDIZ6+VkGXCaj4vCSxUw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wsvxzSZh+XVihaSim1uS7w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::dialog_vars; package NGCP::Schema::kamailio::Result::dialog_vars;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -86,8 +86,8 @@ NGCP::Schema::kamailio::Result::dialog_vars
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6UgbEOQQ4GFee770H+ZArg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Hbl72Rr/gXItiYlp1ekKGw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::dialplan; package NGCP::Schema::kamailio::Result::dialplan;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -114,8 +114,8 @@ NGCP::Schema::kamailio::Result::dialplan
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A54wONcrrNTp4H5Bo2OyPQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JuZWLURQb7Zsgw0lGhA7Kg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::dispatcher; package NGCP::Schema::kamailio::Result::dispatcher;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -105,8 +105,8 @@ NGCP::Schema::kamailio::Result::dispatcher
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:E2bERAH7sNvhnqxFRPNt9w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EUsWVzBrthLoOKjCscRbUA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::dom_preferences; package NGCP::Schema::kamailio::Result::dom_preferences;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -120,8 +120,8 @@ NGCP::Schema::kamailio::Result::dom_preferences
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VXKg9ZpxcpPgUc8EbJ6HGQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+fM0OTstFk1Btc5hrDdcfg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::domain; package NGCP::Schema::kamailio::Result::domain;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -97,8 +97,8 @@ NGCP::Schema::kamailio::Result::domain
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GwLf63xo1FksEvcO+kFj3Q # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jpo5+7BmtX7J5uY6sKGJzg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::domain_attrs; package NGCP::Schema::kamailio::Result::domain_attrs;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -117,8 +117,8 @@ NGCP::Schema::kamailio::Result::domain_attrs
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qDM4QEqDFiALyagYFHlwWg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q9D8s6W9nXBpDEopWK3t4A
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::fax_destinations; package NGCP::Schema::kamailio::Result::fax_destinations;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -140,8 +140,8 @@ NGCP::Schema::kamailio::Result::fax_destinations
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ElBDVKtbttgZY6du8RqEJg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PnIiXFWmqpzLmLrCHs0lgw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::fax_journal; package NGCP::Schema::kamailio::Result::fax_journal;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -191,8 +191,8 @@ NGCP::Schema::kamailio::Result::fax_journal
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:llP/jrWQnqaw0MU+m9wnMQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nfkg1r9j7SNQWzjdy5h5pA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::fax_preferences; package NGCP::Schema::kamailio::Result::fax_preferences;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -120,8 +120,8 @@ NGCP::Schema::kamailio::Result::fax_preferences
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nhJX0CJBd02yCY2xA2/kJA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZZDNjKHexa4SzlfHKv2amw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::htable; package NGCP::Schema::kamailio::Result::htable;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -96,8 +96,8 @@ NGCP::Schema::kamailio::Result::htable
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:06 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:I/7S8F1D3madcLNRkJPpQg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2aDFDwX+LOysGVZ0e310VA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::lcr_gw; package NGCP::Schema::kamailio::Result::lcr_gw;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -216,8 +216,8 @@ Related object: L<NGCP::Schema::kamailio::Result::lcr_rule_target>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BImaq701JIRfTXWmyX7f4w # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:l8+6RRLZ4C8OXgomamtk6Q
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::lcr_rule; package NGCP::Schema::kamailio::Result::lcr_rule;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -163,8 +163,8 @@ Related object: L<NGCP::Schema::kamailio::Result::lcr_rule_target>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QAGgaZA5kL8CZHAx4ffarw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7c7i50HCDna6JkjtPNMKsQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::lcr_rule_target; package NGCP::Schema::kamailio::Result::lcr_rule_target;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -157,8 +157,8 @@ Related object: L<NGCP::Schema::kamailio::Result::lcr_rule>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TMUmG1O8aKJhGJKqwL84hw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uq6ruMp4IhdfHCsncjZu/A
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::location; package NGCP::Schema::kamailio::Result::location;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -225,8 +225,8 @@ NGCP::Schema::kamailio::Result::location
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wdd2/a/5XqhRg9e2eBdv9g # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e5LTgkNP8CpScaGr8oMVOg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::mobile_push_registrations; package NGCP::Schema::kamailio::Result::mobile_push_registrations;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -88,8 +88,8 @@ NGCP::Schema::kamailio::Result::mobile_push_registrations
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hwcFS8HEPTe8YzalBH26Ng # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gGNBzcXh3bEQICMWykuZUw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::peer_preferences; package NGCP::Schema::kamailio::Result::peer_preferences;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -120,8 +120,8 @@ NGCP::Schema::kamailio::Result::peer_preferences
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cYmzG3qrlzcUGWRhp8f8Og # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EscCBZa45YyNvHzL+ZMybA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::presentity; package NGCP::Schema::kamailio::Result::presentity;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -134,8 +134,8 @@ NGCP::Schema::kamailio::Result::presentity
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZaLBs4F3V828YS5sps4UGg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3kQ35pVZ21GmLF6jbi7kmw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::pua; package NGCP::Schema::kamailio::Result::pua;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -209,8 +209,8 @@ NGCP::Schema::kamailio::Result::pua
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lHILSsQUYIIIEiN62kv/4A # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PwzSfAAwCNqZeBHF3gzdjA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::rls_presentity; package NGCP::Schema::kamailio::Result::rls_presentity;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -129,8 +129,8 @@ NGCP::Schema::kamailio::Result::rls_presentity
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sbH4CMNqhw8xPRmNa6HkUg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kFex2TM0pGe9YlkLOvaYTg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::rls_watchers; package NGCP::Schema::kamailio::Result::rls_watchers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -256,8 +256,8 @@ NGCP::Schema::kamailio::Result::rls_watchers
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:a2XIt5Y2m8JPgYO6CGkXKQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:krPYt+XCSJOwaENRENILPw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::sems_registrations; package NGCP::Schema::kamailio::Result::sems_registrations;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -102,8 +102,8 @@ NGCP::Schema::kamailio::Result::sems_registrations
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dEx5ONprrxZf70O/N1GxHg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XAzde5QqXE4mVfI7SoOJ9g
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::silo; package NGCP::Schema::kamailio::Result::silo;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -159,8 +159,8 @@ NGCP::Schema::kamailio::Result::silo
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:b+BcdF2VUXiRjQkXDGAbcw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n3U2b3I+czkviW8mWpxZsA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::speed_dial; package NGCP::Schema::kamailio::Result::speed_dial;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -148,8 +148,8 @@ NGCP::Schema::kamailio::Result::speed_dial
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U9Z6rISf5M1aQVGXKSoOLw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DxMeZ+D0gn7d2/PFGjrYMw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::subscriber; package NGCP::Schema::kamailio::Result::subscriber;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -162,8 +162,8 @@ NGCP::Schema::kamailio::Result::subscriber
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nJPyZK4PhbJF4EX0Mw9yYA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5IE/dWdn5C7NB+0v4DTDHQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::trusted; package NGCP::Schema::kamailio::Result::trusted;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -86,8 +86,8 @@ NGCP::Schema::kamailio::Result::trusted
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nmMdxjggnhbFMTN0jWo2rQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GokS0mLMbj3zCzzx7NJD0g
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::usr_preferences; package NGCP::Schema::kamailio::Result::usr_preferences;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -120,8 +120,8 @@ NGCP::Schema::kamailio::Result::usr_preferences
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YJkXWWYcJyVbS74CWadffw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UrLBQSd31MrWp7NMWUH6vQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::version; package NGCP::Schema::kamailio::Result::version;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -51,8 +51,8 @@ NGCP::Schema::kamailio::Result::version
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ik4XhnYDwdu1IKOgE9duYw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MpY4hrcmWbp51+1FjU1DXg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::voicemail_spool; package NGCP::Schema::kamailio::Result::voicemail_spool;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -169,8 +169,8 @@ Related object: L<NGCP::Schema::kamailio::Result::voicemail_users>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Cv0CFjerJbnwlx174XCmjQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:clNzzX1ehx3+WA6r1nyq7w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::voicemail_users; package NGCP::Schema::kamailio::Result::voicemail_users;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -306,8 +306,8 @@ Related object: L<NGCP::Schema::kamailio::Result::voicemail_spool>
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c63guSb+vcuGeeDW5SapAw # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:t2nMV+q2yJDl8wC4lDURRA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::watchers; package NGCP::Schema::kamailio::Result::watchers;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -136,8 +136,8 @@ NGCP::Schema::kamailio::Result::watchers
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qfO+Hb8mlzIkROudKw2cNg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T4qaNaxyFB5qAOYxyQgFkw
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::kamailio::Result::xcap; package NGCP::Schema::kamailio::Result::xcap;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -127,8 +127,8 @@ NGCP::Schema::kamailio::Result::xcap
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:07 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x+LeAYUB4BaXxB19pZbyDg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2M5q2WpiDp7nhBq7EPPv2w
# 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

@ -1,6 +1,6 @@
package NGCP::Schema::ngcp; package NGCP::Schema::ngcp;
use Sipwise::Base; use Sipwise::Base;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces; __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:10 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:59
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HaeajGU5mgRqKaRe2CK56A # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:P/HNiALDBrupRVTapqCHkg
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::ngcp::Result::cfg_schema; package NGCP::Schema::ngcp::Result::cfg_schema;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -99,8 +99,8 @@ NGCP::Schema::ngcp::Result::cfg_schema
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:11 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:59
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KmnxpALEteHzF7jGzjz9gQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zg9dRolPsmc9geLe5gogiQ
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::ngcp::Result::db_schema; package NGCP::Schema::ngcp::Result::db_schema;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -99,8 +99,8 @@ NGCP::Schema::ngcp::Result::db_schema
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:11 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:59
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SeHfSagAfyg6VhayvYM6cQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0jkeFitaE8buJ6wyvR/gjg
# 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

@ -1,6 +1,6 @@
package NGCP::Schema::provisioning; package NGCP::Schema::provisioning;
use Sipwise::Base; use Sipwise::Base;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces; __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZXzIpOFDxVoY7UfJoB1ddg # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9CSthIxIDhU92F42rZZoQQ
use NGCP::Schema qw(); use NGCP::Schema qw();
use aliased 'NGCP::Schema::Exception'; use aliased 'NGCP::Schema::Exception';
@ -237,3 +237,8 @@ Lars Dieckow C<< <ldieckow@sipwise.com> >>
=head1 LICENCE =head1 LICENCE
restricted restricted
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable(inline_constructor => 0);
1;

@ -1,7 +1,7 @@
package NGCP::Schema::provisioning::Result::language_strings; package NGCP::Schema::provisioning::Result::language_strings;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -92,8 +92,8 @@ NGCP::Schema::provisioning::Result::language_strings
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2H4XP6MRU0yxCezKmSl2IQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:w43uSwdHmSZu6SABFnAm2w
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::provisioning::Result::voip_aig_sequence; package NGCP::Schema::provisioning::Result::voip_aig_sequence;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -54,8 +54,8 @@ NGCP::Schema::provisioning::Result::voip_aig_sequence
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KcJ9xSYjXopqzdP/2HT8ew # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/c7Q+/3HQ2t5Kia3SWlXlA
# 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

@ -1,7 +1,7 @@
package NGCP::Schema::provisioning::Result::voip_allowed_ip_groups; package NGCP::Schema::provisioning::Result::voip_allowed_ip_groups;
use Sipwise::Base; use Sipwise::Base;
use MooseX::NonMoose; use MooseX::NonMoose;
our $VERSION = '1.000'; our $VERSION = '1.001';
# 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
@ -85,8 +85,8 @@ NGCP::Schema::provisioning::Result::voip_allowed_ip_groups
=cut =cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 # Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bkluLD2EVqCk3p+Q2bfxRA # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x0X3sb59k+Ww/pLKlufO9g
# 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

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save