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

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

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

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

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

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

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

@ -1,6 +1,6 @@
package NGCP::Schema::billing;
use Sipwise::Base;
our $VERSION = '1.000';
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sx/D2d16t8N9+cdwKfYW5g
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pFNyB1lQTWbvEckC6oqjJw
use NGCP::Schema qw();
use NGCP::Schema::provisioning qw();
@ -401,3 +401,8 @@ Lars Dieckow C<< <ldieckow@sipwise.com> >>
=head1 LICENCE
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;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.000';
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
@ -174,8 +174,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:12:46
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ne0wYz4BXSg/vM3vjXwQ5Q
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
package NGCP::Schema::provisioning;
use Sipwise::Base;
our $VERSION = '1.000';
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
@ -10,8 +10,8 @@ extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZXzIpOFDxVoY7UfJoB1ddg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9CSthIxIDhU92F42rZZoQQ
use NGCP::Schema qw();
use aliased 'NGCP::Schema::Exception';
@ -237,3 +237,8 @@ Lars Dieckow C<< <ldieckow@sipwise.com> >>
=head1 LICENCE
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;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.000';
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
@ -92,8 +92,8 @@ NGCP::Schema::provisioning::Result::language_strings
=cut
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2H4XP6MRU0yxCezKmSl2IQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07
# 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

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

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

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

Loading…
Cancel
Save