diff --git a/lib/NGCP/Schema/accounting.pm b/lib/NGCP/Schema/accounting.pm index eecbc858..b439fe12 100644 --- a/lib/NGCP/Schema/accounting.pm +++ b/lib/NGCP/Schema/accounting.pm @@ -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 diff --git a/lib/NGCP/Schema/accounting/Result/acc.pm b/lib/NGCP/Schema/accounting/Result/acc.pm index fa3d04dd..4a30e509 100644 --- a/lib/NGCP/Schema/accounting/Result/acc.pm +++ b/lib/NGCP/Schema/accounting/Result/acc.pm @@ -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 diff --git a/lib/NGCP/Schema/accounting/Result/acc_backup.pm b/lib/NGCP/Schema/accounting/Result/acc_backup.pm index 5f536b2d..41d8dfba 100644 --- a/lib/NGCP/Schema/accounting/Result/acc_backup.pm +++ b/lib/NGCP/Schema/accounting/Result/acc_backup.pm @@ -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 diff --git a/lib/NGCP/Schema/accounting/Result/acc_trash.pm b/lib/NGCP/Schema/accounting/Result/acc_trash.pm index a4b7c9bc..bc4b0507 100644 --- a/lib/NGCP/Schema/accounting/Result/acc_trash.pm +++ b/lib/NGCP/Schema/accounting/Result/acc_trash.pm @@ -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 diff --git a/lib/NGCP/Schema/accounting/Result/cdr.pm b/lib/NGCP/Schema/accounting/Result/cdr.pm index 21d3a5d0..8b1bd49f 100644 --- a/lib/NGCP/Schema/accounting/Result/cdr.pm +++ b/lib/NGCP/Schema/accounting/Result/cdr.pm @@ -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 diff --git a/lib/NGCP/Schema/accounting/Result/mark.pm b/lib/NGCP/Schema/accounting/Result/mark.pm index 852c230f..3bbb123f 100644 --- a/lib/NGCP/Schema/accounting/Result/mark.pm +++ b/lib/NGCP/Schema/accounting/Result/mark.pm @@ -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 diff --git a/lib/NGCP/Schema/accounting/Result/prepaid_costs.pm b/lib/NGCP/Schema/accounting/Result/prepaid_costs.pm index 0f03c503..092bd535 100644 --- a/lib/NGCP/Schema/accounting/Result/prepaid_costs.pm +++ b/lib/NGCP/Schema/accounting/Result/prepaid_costs.pm @@ -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 diff --git a/lib/NGCP/Schema/billing.pm b/lib/NGCP/Schema/billing.pm index f2bc762c..830eb76f 100644 --- a/lib/NGCP/Schema/billing.pm +++ b/lib/NGCP/Schema/billing.pm @@ -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<< >> =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; diff --git a/lib/NGCP/Schema/billing/Result/admins.pm b/lib/NGCP/Schema/billing/Result/admins.pm index 6bf9d256..7fb86c7f 100644 --- a/lib/NGCP/Schema/billing/Result/admins.pm +++ b/lib/NGCP/Schema/billing/Result/admins.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_fees.pm b/lib/NGCP/Schema/billing/Result/billing_fees.pm index 9feb4fa2..8a46a020 100644 --- a/lib/NGCP/Schema/billing/Result/billing_fees.pm +++ b/lib/NGCP/Schema/billing/Result/billing_fees.pm @@ -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 - -=over 4 - -=item * L - -=item * L - -=item * L - -=back - =head1 RELATIONS =head2 billing_fees_histories @@ -269,8 +272,8 @@ Related object: L =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_fees_history.pm b/lib/NGCP/Schema/billing/Result/billing_fees_history.pm index ee9b9394..441b9df1 100644 --- a/lib/NGCP/Schema/billing/Result/billing_fees_history.pm +++ b/lib/NGCP/Schema/billing/Result/billing_fees_history.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_mappings.pm b/lib/NGCP/Schema/billing/Result/billing_mappings.pm index f39f9110..d224058f 100644 --- a/lib/NGCP/Schema/billing/Result/billing_mappings.pm +++ b/lib/NGCP/Schema/billing/Result/billing_mappings.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_peaktime_special.pm b/lib/NGCP/Schema/billing/Result/billing_peaktime_special.pm index 8b281d04..b0b34679 100644 --- a/lib/NGCP/Schema/billing/Result/billing_peaktime_special.pm +++ b/lib/NGCP/Schema/billing/Result/billing_peaktime_special.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_peaktime_weekdays.pm b/lib/NGCP/Schema/billing/Result/billing_peaktime_weekdays.pm index 5a365b35..b084b013 100644 --- a/lib/NGCP/Schema/billing/Result/billing_peaktime_weekdays.pm +++ b/lib/NGCP/Schema/billing/Result/billing_peaktime_weekdays.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_profiles.pm b/lib/NGCP/Schema/billing/Result/billing_profiles.pm index 35105b4d..48c3eb8f 100644 --- a/lib/NGCP/Schema/billing/Result/billing_profiles.pm +++ b/lib/NGCP/Schema/billing/Result/billing_profiles.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_zones.pm b/lib/NGCP/Schema/billing/Result/billing_zones.pm index 5dac9f20..6cb923ad 100644 --- a/lib/NGCP/Schema/billing/Result/billing_zones.pm +++ b/lib/NGCP/Schema/billing/Result/billing_zones.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/billing_zones_history.pm b/lib/NGCP/Schema/billing/Result/billing_zones_history.pm index e692d74b..313d1364 100644 --- a/lib/NGCP/Schema/billing/Result/billing_zones_history.pm +++ b/lib/NGCP/Schema/billing/Result/billing_zones_history.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/contacts.pm b/lib/NGCP/Schema/billing/Result/contacts.pm index 2f6100f1..a4b3c3d8 100644 --- a/lib/NGCP/Schema/billing/Result/contacts.pm +++ b/lib/NGCP/Schema/billing/Result/contacts.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/contract_balances.pm b/lib/NGCP/Schema/billing/Result/contract_balances.pm index cf1fca25..2d1f285d 100644 --- a/lib/NGCP/Schema/billing/Result/contract_balances.pm +++ b/lib/NGCP/Schema/billing/Result/contract_balances.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/contract_credits.pm b/lib/NGCP/Schema/billing/Result/contract_credits.pm index f7c3f005..a58073d9 100644 --- a/lib/NGCP/Schema/billing/Result/contract_credits.pm +++ b/lib/NGCP/Schema/billing/Result/contract_credits.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/contract_fraud_preferences.pm b/lib/NGCP/Schema/billing/Result/contract_fraud_preferences.pm new file mode 100644 index 00000000..0ef2de7a --- /dev/null +++ b/lib/NGCP/Schema/billing/Result/contract_fraud_preferences.pm @@ -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 + +=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 + +=back + +=head1 UNIQUE CONSTRAINTS + +=head2 C + +=over 4 + +=item * L + +=back + +=head1 RELATIONS + +=head2 contract + +Type: belongs_to + +Related object: L + +=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; diff --git a/lib/NGCP/Schema/billing/Result/contract_registers.pm b/lib/NGCP/Schema/billing/Result/contract_registers.pm index d4e1787b..e83c3a5e 100644 --- a/lib/NGCP/Schema/billing/Result/contract_registers.pm +++ b/lib/NGCP/Schema/billing/Result/contract_registers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/contracts.pm b/lib/NGCP/Schema/billing/Result/contracts.pm index 83739330..16238a49 100644 --- a/lib/NGCP/Schema/billing/Result/contracts.pm +++ b/lib/NGCP/Schema/billing/Result/contracts.pm @@ -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 +=head2 contract_fraud_preference + +Type: might_have + +Related object: L + =head2 contract_registers Type: has_many @@ -332,8 +346,8 @@ Related object: L =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 diff --git a/lib/NGCP/Schema/billing/Result/credit_payments.pm b/lib/NGCP/Schema/billing/Result/credit_payments.pm index cce9c2a7..27e85676 100644 --- a/lib/NGCP/Schema/billing/Result/credit_payments.pm +++ b/lib/NGCP/Schema/billing/Result/credit_payments.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/customer_registers.pm b/lib/NGCP/Schema/billing/Result/customer_registers.pm index fc40afa2..7dbc9d13 100644 --- a/lib/NGCP/Schema/billing/Result/customer_registers.pm +++ b/lib/NGCP/Schema/billing/Result/customer_registers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/customers.pm b/lib/NGCP/Schema/billing/Result/customers.pm index 2b16561d..d489f53f 100644 --- a/lib/NGCP/Schema/billing/Result/customers.pm +++ b/lib/NGCP/Schema/billing/Result/customers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/domain_resellers.pm b/lib/NGCP/Schema/billing/Result/domain_resellers.pm index f9b538a1..5008c5c7 100644 --- a/lib/NGCP/Schema/billing/Result/domain_resellers.pm +++ b/lib/NGCP/Schema/billing/Result/domain_resellers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/domains.pm b/lib/NGCP/Schema/billing/Result/domains.pm index 680055ca..d5799b10 100644 --- a/lib/NGCP/Schema/billing/Result/domains.pm +++ b/lib/NGCP/Schema/billing/Result/domains.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/invoices.pm b/lib/NGCP/Schema/billing/Result/invoices.pm index 220b5899..229ccaf7 100644 --- a/lib/NGCP/Schema/billing/Result/invoices.pm +++ b/lib/NGCP/Schema/billing/Result/invoices.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/lnp_numbers.pm b/lib/NGCP/Schema/billing/Result/lnp_numbers.pm index cc2f6a23..060426f4 100644 --- a/lib/NGCP/Schema/billing/Result/lnp_numbers.pm +++ b/lib/NGCP/Schema/billing/Result/lnp_numbers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/lnp_providers.pm b/lib/NGCP/Schema/billing/Result/lnp_providers.pm index 77b6c85a..39837fab 100644 --- a/lib/NGCP/Schema/billing/Result/lnp_providers.pm +++ b/lib/NGCP/Schema/billing/Result/lnp_providers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/ncos_levels.pm b/lib/NGCP/Schema/billing/Result/ncos_levels.pm index 48a1bc91..855996f4 100644 --- a/lib/NGCP/Schema/billing/Result/ncos_levels.pm +++ b/lib/NGCP/Schema/billing/Result/ncos_levels.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/ncos_lnp_list.pm b/lib/NGCP/Schema/billing/Result/ncos_lnp_list.pm index cbaeffc7..53a4f37a 100644 --- a/lib/NGCP/Schema/billing/Result/ncos_lnp_list.pm +++ b/lib/NGCP/Schema/billing/Result/ncos_lnp_list.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/ncos_pattern_list.pm b/lib/NGCP/Schema/billing/Result/ncos_pattern_list.pm index 911e5307..8d5bcc0f 100644 --- a/lib/NGCP/Schema/billing/Result/ncos_pattern_list.pm +++ b/lib/NGCP/Schema/billing/Result/ncos_pattern_list.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/order_payments.pm b/lib/NGCP/Schema/billing/Result/order_payments.pm index 7293a9df..c59cc879 100644 --- a/lib/NGCP/Schema/billing/Result/order_payments.pm +++ b/lib/NGCP/Schema/billing/Result/order_payments.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/orders.pm b/lib/NGCP/Schema/billing/Result/orders.pm index a166c057..2aada524 100644 --- a/lib/NGCP/Schema/billing/Result/orders.pm +++ b/lib/NGCP/Schema/billing/Result/orders.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/payments.pm b/lib/NGCP/Schema/billing/Result/payments.pm index 17baa1b8..d13c58a4 100644 --- a/lib/NGCP/Schema/billing/Result/payments.pm +++ b/lib/NGCP/Schema/billing/Result/payments.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/products.pm b/lib/NGCP/Schema/billing/Result/products.pm index e8990abe..13667be4 100644 --- a/lib/NGCP/Schema/billing/Result/products.pm +++ b/lib/NGCP/Schema/billing/Result/products.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/resellers.pm b/lib/NGCP/Schema/billing/Result/resellers.pm index fee3da8f..766c7d6f 100644 --- a/lib/NGCP/Schema/billing/Result/resellers.pm +++ b/lib/NGCP/Schema/billing/Result/resellers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/voip_intercept.pm b/lib/NGCP/Schema/billing/Result/voip_intercept.pm index 83dc8371..3b7a2d76 100644 --- a/lib/NGCP/Schema/billing/Result/voip_intercept.pm +++ b/lib/NGCP/Schema/billing/Result/voip_intercept.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/voip_number_block_resellers.pm b/lib/NGCP/Schema/billing/Result/voip_number_block_resellers.pm index 6f745b99..7864416b 100644 --- a/lib/NGCP/Schema/billing/Result/voip_number_block_resellers.pm +++ b/lib/NGCP/Schema/billing/Result/voip_number_block_resellers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/voip_number_blocks.pm b/lib/NGCP/Schema/billing/Result/voip_number_blocks.pm index 27062ed3..32c3adfd 100644 --- a/lib/NGCP/Schema/billing/Result/voip_number_blocks.pm +++ b/lib/NGCP/Schema/billing/Result/voip_number_blocks.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/voip_numbers.pm b/lib/NGCP/Schema/billing/Result/voip_numbers.pm index d8881615..7229f229 100644 --- a/lib/NGCP/Schema/billing/Result/voip_numbers.pm +++ b/lib/NGCP/Schema/billing/Result/voip_numbers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/billing/Result/voip_subscribers.pm b/lib/NGCP/Schema/billing/Result/voip_subscribers.pm index ce63ddd8..05fad68a 100644 --- a/lib/NGCP/Schema/billing/Result/voip_subscribers.pm +++ b/lib/NGCP/Schema/billing/Result/voip_subscribers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/carrier.pm b/lib/NGCP/Schema/carrier.pm index b29a4940..23de4ef2 100644 --- a/lib/NGCP/Schema/carrier.pm +++ b/lib/NGCP/Schema/carrier.pm @@ -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 diff --git a/lib/NGCP/Schema/carrier/Result/contracts.pm b/lib/NGCP/Schema/carrier/Result/contracts.pm index 1511c576..d84fb808 100644 --- a/lib/NGCP/Schema/carrier/Result/contracts.pm +++ b/lib/NGCP/Schema/carrier/Result/contracts.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/carrier/Result/credits.pm b/lib/NGCP/Schema/carrier/Result/credits.pm index 01b6b51b..78249aaf 100644 --- a/lib/NGCP/Schema/carrier/Result/credits.pm +++ b/lib/NGCP/Schema/carrier/Result/credits.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/carrier/Result/customers.pm b/lib/NGCP/Schema/carrier/Result/customers.pm index d04f7721..535b904a 100644 --- a/lib/NGCP/Schema/carrier/Result/customers.pm +++ b/lib/NGCP/Schema/carrier/Result/customers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/carrier/Result/interceptions.pm b/lib/NGCP/Schema/carrier/Result/interceptions.pm index d5dd3d1a..112d7d4b 100644 --- a/lib/NGCP/Schema/carrier/Result/interceptions.pm +++ b/lib/NGCP/Schema/carrier/Result/interceptions.pm @@ -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 diff --git a/lib/NGCP/Schema/carrier/Result/numbers.pm b/lib/NGCP/Schema/carrier/Result/numbers.pm index 30f9f764..6349b1b4 100644 --- a/lib/NGCP/Schema/carrier/Result/numbers.pm +++ b/lib/NGCP/Schema/carrier/Result/numbers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/carrier/Result/orders.pm b/lib/NGCP/Schema/carrier/Result/orders.pm index bdbfff1d..125fd095 100644 --- a/lib/NGCP/Schema/carrier/Result/orders.pm +++ b/lib/NGCP/Schema/carrier/Result/orders.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/carrier/Result/payments.pm b/lib/NGCP/Schema/carrier/Result/payments.pm index 22d8bc4d..1d8d706a 100644 --- a/lib/NGCP/Schema/carrier/Result/payments.pm +++ b/lib/NGCP/Schema/carrier/Result/payments.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/carrier/Result/subscribers.pm b/lib/NGCP/Schema/carrier/Result/subscribers.pm index e889a8ab..89cbecd6 100644 --- a/lib/NGCP/Schema/carrier/Result/subscribers.pm +++ b/lib/NGCP/Schema/carrier/Result/subscribers.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/kamailio.pm b/lib/NGCP/Schema/kamailio.pm index 3bff3b97..0317613a 100644 --- a/lib/NGCP/Schema/kamailio.pm +++ b/lib/NGCP/Schema/kamailio.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/acc.pm b/lib/NGCP/Schema/kamailio/Result/acc.pm index 3bfb10e8..624545d6 100644 --- a/lib/NGCP/Schema/kamailio/Result/acc.pm +++ b/lib/NGCP/Schema/kamailio/Result/acc.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/acc_backup.pm b/lib/NGCP/Schema/kamailio/Result/acc_backup.pm index 8220c3d3..30a0a649 100644 --- a/lib/NGCP/Schema/kamailio/Result/acc_backup.pm +++ b/lib/NGCP/Schema/kamailio/Result/acc_backup.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/acc_trash.pm b/lib/NGCP/Schema/kamailio/Result/acc_trash.pm index 0f3f7183..22f2e9f8 100644 --- a/lib/NGCP/Schema/kamailio/Result/acc_trash.pm +++ b/lib/NGCP/Schema/kamailio/Result/acc_trash.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/active_watchers.pm b/lib/NGCP/Schema/kamailio/Result/active_watchers.pm index d4df2f3d..42bccaec 100644 --- a/lib/NGCP/Schema/kamailio/Result/active_watchers.pm +++ b/lib/NGCP/Schema/kamailio/Result/active_watchers.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/address.pm b/lib/NGCP/Schema/kamailio/Result/address.pm index bbb4cae2..bdafc504 100644 --- a/lib/NGCP/Schema/kamailio/Result/address.pm +++ b/lib/NGCP/Schema/kamailio/Result/address.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/aliases.pm b/lib/NGCP/Schema/kamailio/Result/aliases.pm index 5bb165db..a1c600ad 100644 --- a/lib/NGCP/Schema/kamailio/Result/aliases.pm +++ b/lib/NGCP/Schema/kamailio/Result/aliases.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/dbaliases.pm b/lib/NGCP/Schema/kamailio/Result/dbaliases.pm index 9941228c..d0bde106 100644 --- a/lib/NGCP/Schema/kamailio/Result/dbaliases.pm +++ b/lib/NGCP/Schema/kamailio/Result/dbaliases.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/dialog.pm b/lib/NGCP/Schema/kamailio/Result/dialog.pm index d23823ed..d72afb1d 100644 --- a/lib/NGCP/Schema/kamailio/Result/dialog.pm +++ b/lib/NGCP/Schema/kamailio/Result/dialog.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/dialog_vars.pm b/lib/NGCP/Schema/kamailio/Result/dialog_vars.pm index 3f0dd7d7..c5741132 100644 --- a/lib/NGCP/Schema/kamailio/Result/dialog_vars.pm +++ b/lib/NGCP/Schema/kamailio/Result/dialog_vars.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/dialplan.pm b/lib/NGCP/Schema/kamailio/Result/dialplan.pm index da3395e5..a65908b0 100644 --- a/lib/NGCP/Schema/kamailio/Result/dialplan.pm +++ b/lib/NGCP/Schema/kamailio/Result/dialplan.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/dispatcher.pm b/lib/NGCP/Schema/kamailio/Result/dispatcher.pm index 87b62cfa..6da2ef76 100644 --- a/lib/NGCP/Schema/kamailio/Result/dispatcher.pm +++ b/lib/NGCP/Schema/kamailio/Result/dispatcher.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/dom_preferences.pm b/lib/NGCP/Schema/kamailio/Result/dom_preferences.pm index 3c0f4ff6..f4f627fc 100644 --- a/lib/NGCP/Schema/kamailio/Result/dom_preferences.pm +++ b/lib/NGCP/Schema/kamailio/Result/dom_preferences.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/domain.pm b/lib/NGCP/Schema/kamailio/Result/domain.pm index 1a489e3c..2a43c898 100644 --- a/lib/NGCP/Schema/kamailio/Result/domain.pm +++ b/lib/NGCP/Schema/kamailio/Result/domain.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/domain_attrs.pm b/lib/NGCP/Schema/kamailio/Result/domain_attrs.pm index cfb4cd82..bd2f997d 100644 --- a/lib/NGCP/Schema/kamailio/Result/domain_attrs.pm +++ b/lib/NGCP/Schema/kamailio/Result/domain_attrs.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/fax_destinations.pm b/lib/NGCP/Schema/kamailio/Result/fax_destinations.pm index 33e1102f..62d8e6cd 100644 --- a/lib/NGCP/Schema/kamailio/Result/fax_destinations.pm +++ b/lib/NGCP/Schema/kamailio/Result/fax_destinations.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/fax_journal.pm b/lib/NGCP/Schema/kamailio/Result/fax_journal.pm index 79a52f06..95f58df9 100644 --- a/lib/NGCP/Schema/kamailio/Result/fax_journal.pm +++ b/lib/NGCP/Schema/kamailio/Result/fax_journal.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/fax_preferences.pm b/lib/NGCP/Schema/kamailio/Result/fax_preferences.pm index c6b7b2d4..9623ec82 100644 --- a/lib/NGCP/Schema/kamailio/Result/fax_preferences.pm +++ b/lib/NGCP/Schema/kamailio/Result/fax_preferences.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/htable.pm b/lib/NGCP/Schema/kamailio/Result/htable.pm index e20c4012..2a74fd38 100644 --- a/lib/NGCP/Schema/kamailio/Result/htable.pm +++ b/lib/NGCP/Schema/kamailio/Result/htable.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/lcr_gw.pm b/lib/NGCP/Schema/kamailio/Result/lcr_gw.pm index cd15bc6c..8ace447c 100644 --- a/lib/NGCP/Schema/kamailio/Result/lcr_gw.pm +++ b/lib/NGCP/Schema/kamailio/Result/lcr_gw.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/kamailio/Result/lcr_rule.pm b/lib/NGCP/Schema/kamailio/Result/lcr_rule.pm index 4bd2bbcf..75cbca79 100644 --- a/lib/NGCP/Schema/kamailio/Result/lcr_rule.pm +++ b/lib/NGCP/Schema/kamailio/Result/lcr_rule.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/kamailio/Result/lcr_rule_target.pm b/lib/NGCP/Schema/kamailio/Result/lcr_rule_target.pm index 15b49c9e..66422823 100644 --- a/lib/NGCP/Schema/kamailio/Result/lcr_rule_target.pm +++ b/lib/NGCP/Schema/kamailio/Result/lcr_rule_target.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/kamailio/Result/location.pm b/lib/NGCP/Schema/kamailio/Result/location.pm index f39b5cf0..363b64e6 100644 --- a/lib/NGCP/Schema/kamailio/Result/location.pm +++ b/lib/NGCP/Schema/kamailio/Result/location.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/mobile_push_registrations.pm b/lib/NGCP/Schema/kamailio/Result/mobile_push_registrations.pm index 075eb2c6..02c7c3cb 100644 --- a/lib/NGCP/Schema/kamailio/Result/mobile_push_registrations.pm +++ b/lib/NGCP/Schema/kamailio/Result/mobile_push_registrations.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/peer_preferences.pm b/lib/NGCP/Schema/kamailio/Result/peer_preferences.pm index 6ab83255..f38d690b 100644 --- a/lib/NGCP/Schema/kamailio/Result/peer_preferences.pm +++ b/lib/NGCP/Schema/kamailio/Result/peer_preferences.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/presentity.pm b/lib/NGCP/Schema/kamailio/Result/presentity.pm index 18bfc878..ffc57db3 100644 --- a/lib/NGCP/Schema/kamailio/Result/presentity.pm +++ b/lib/NGCP/Schema/kamailio/Result/presentity.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/pua.pm b/lib/NGCP/Schema/kamailio/Result/pua.pm index 7d9dbf79..4a01aa7e 100644 --- a/lib/NGCP/Schema/kamailio/Result/pua.pm +++ b/lib/NGCP/Schema/kamailio/Result/pua.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/rls_presentity.pm b/lib/NGCP/Schema/kamailio/Result/rls_presentity.pm index e86d30c7..4af6044a 100644 --- a/lib/NGCP/Schema/kamailio/Result/rls_presentity.pm +++ b/lib/NGCP/Schema/kamailio/Result/rls_presentity.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/rls_watchers.pm b/lib/NGCP/Schema/kamailio/Result/rls_watchers.pm index 46858df3..4f9c0a54 100644 --- a/lib/NGCP/Schema/kamailio/Result/rls_watchers.pm +++ b/lib/NGCP/Schema/kamailio/Result/rls_watchers.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/sems_registrations.pm b/lib/NGCP/Schema/kamailio/Result/sems_registrations.pm index 26ba9c2e..dbffb32b 100644 --- a/lib/NGCP/Schema/kamailio/Result/sems_registrations.pm +++ b/lib/NGCP/Schema/kamailio/Result/sems_registrations.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/silo.pm b/lib/NGCP/Schema/kamailio/Result/silo.pm index a4d116f0..7ce9cde2 100644 --- a/lib/NGCP/Schema/kamailio/Result/silo.pm +++ b/lib/NGCP/Schema/kamailio/Result/silo.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/speed_dial.pm b/lib/NGCP/Schema/kamailio/Result/speed_dial.pm index 1678ba8d..99929037 100644 --- a/lib/NGCP/Schema/kamailio/Result/speed_dial.pm +++ b/lib/NGCP/Schema/kamailio/Result/speed_dial.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/subscriber.pm b/lib/NGCP/Schema/kamailio/Result/subscriber.pm index c23cdfc8..5528059d 100644 --- a/lib/NGCP/Schema/kamailio/Result/subscriber.pm +++ b/lib/NGCP/Schema/kamailio/Result/subscriber.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/trusted.pm b/lib/NGCP/Schema/kamailio/Result/trusted.pm index 99715bb4..285e862f 100644 --- a/lib/NGCP/Schema/kamailio/Result/trusted.pm +++ b/lib/NGCP/Schema/kamailio/Result/trusted.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/usr_preferences.pm b/lib/NGCP/Schema/kamailio/Result/usr_preferences.pm index 020a71e7..0a482199 100644 --- a/lib/NGCP/Schema/kamailio/Result/usr_preferences.pm +++ b/lib/NGCP/Schema/kamailio/Result/usr_preferences.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/version.pm b/lib/NGCP/Schema/kamailio/Result/version.pm index 86830c16..28438a27 100644 --- a/lib/NGCP/Schema/kamailio/Result/version.pm +++ b/lib/NGCP/Schema/kamailio/Result/version.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/voicemail_spool.pm b/lib/NGCP/Schema/kamailio/Result/voicemail_spool.pm index 31a2e052..b925acaf 100644 --- a/lib/NGCP/Schema/kamailio/Result/voicemail_spool.pm +++ b/lib/NGCP/Schema/kamailio/Result/voicemail_spool.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/kamailio/Result/voicemail_users.pm b/lib/NGCP/Schema/kamailio/Result/voicemail_users.pm index b22d1297..3dc95033 100644 --- a/lib/NGCP/Schema/kamailio/Result/voicemail_users.pm +++ b/lib/NGCP/Schema/kamailio/Result/voicemail_users.pm @@ -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 =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 diff --git a/lib/NGCP/Schema/kamailio/Result/watchers.pm b/lib/NGCP/Schema/kamailio/Result/watchers.pm index 9f952013..4e4e612e 100644 --- a/lib/NGCP/Schema/kamailio/Result/watchers.pm +++ b/lib/NGCP/Schema/kamailio/Result/watchers.pm @@ -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 diff --git a/lib/NGCP/Schema/kamailio/Result/xcap.pm b/lib/NGCP/Schema/kamailio/Result/xcap.pm index bbddf623..53e50f63 100644 --- a/lib/NGCP/Schema/kamailio/Result/xcap.pm +++ b/lib/NGCP/Schema/kamailio/Result/xcap.pm @@ -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 diff --git a/lib/NGCP/Schema/ngcp.pm b/lib/NGCP/Schema/ngcp.pm index 78db6ca2..e2e62d52 100644 --- a/lib/NGCP/Schema/ngcp.pm +++ b/lib/NGCP/Schema/ngcp.pm @@ -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 diff --git a/lib/NGCP/Schema/ngcp/Result/cfg_schema.pm b/lib/NGCP/Schema/ngcp/Result/cfg_schema.pm index 048ee18f..609e992b 100644 --- a/lib/NGCP/Schema/ngcp/Result/cfg_schema.pm +++ b/lib/NGCP/Schema/ngcp/Result/cfg_schema.pm @@ -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 diff --git a/lib/NGCP/Schema/ngcp/Result/db_schema.pm b/lib/NGCP/Schema/ngcp/Result/db_schema.pm index 32ac2e04..abeb74bb 100644 --- a/lib/NGCP/Schema/ngcp/Result/db_schema.pm +++ b/lib/NGCP/Schema/ngcp/Result/db_schema.pm @@ -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 diff --git a/lib/NGCP/Schema/provisioning.pm b/lib/NGCP/Schema/provisioning.pm index 8df003ab..834cde37 100644 --- a/lib/NGCP/Schema/provisioning.pm +++ b/lib/NGCP/Schema/provisioning.pm @@ -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<< >> =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; diff --git a/lib/NGCP/Schema/provisioning/Result/language_strings.pm b/lib/NGCP/Schema/provisioning/Result/language_strings.pm index 96959ff2..1620d82c 100644 --- a/lib/NGCP/Schema/provisioning/Result/language_strings.pm +++ b/lib/NGCP/Schema/provisioning/Result/language_strings.pm @@ -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 diff --git a/lib/NGCP/Schema/provisioning/Result/voip_aig_sequence.pm b/lib/NGCP/Schema/provisioning/Result/voip_aig_sequence.pm index 3c97116b..bc6852e9 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_aig_sequence.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_aig_sequence.pm @@ -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 diff --git a/lib/NGCP/Schema/provisioning/Result/voip_allowed_ip_groups.pm b/lib/NGCP/Schema/provisioning/Result/voip_allowed_ip_groups.pm index 79095c73..82d75a18 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_allowed_ip_groups.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_allowed_ip_groups.pm @@ -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 diff --git a/lib/NGCP/Schema/provisioning/Result/voip_cc_mappings.pm b/lib/NGCP/Schema/provisioning/Result/voip_cc_mappings.pm index a8999ba8..2737b766 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_cc_mappings.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_cc_mappings.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_cc_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 @@ -95,8 +95,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:43nnNdcepZsZ9juHXZDgAg +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OolkExIfAfgs0kNyKbpfrw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_cf_destination_sets.pm b/lib/NGCP/Schema/provisioning/Result/voip_cf_destination_sets.pm index dc2a236c..d2fc8797 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_cf_destination_sets.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_cf_destination_sets.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_cf_destination_sets; 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 @@ -125,8 +125,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jzgHoR8eqnkORVky+naZAQ +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hzbHEStgD3TysHKbejs1cw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_cf_destinations.pm b/lib/NGCP/Schema/provisioning/Result/voip_cf_destinations.pm index dfdb8efc..58af9e12 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_cf_destinations.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_cf_destinations.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_cf_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 @@ -114,8 +114,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OauNwwi9nyhJrV+Rpc2FyA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AxmEISiEaeruyh1+WicR8g # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_cf_mappings.pm b/lib/NGCP/Schema/provisioning/Result/voip_cf_mappings.pm index f824d96b..9548bff4 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_cf_mappings.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_cf_mappings.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_cf_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 @@ -164,8 +164,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Zb01NvZyUBxA2wunZRw8pw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FvF75IhP+5ago5916w2CCA # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_cf_periods.pm b/lib/NGCP/Schema/provisioning/Result/voip_cf_periods.pm index 6a130291..d24c37b7 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_cf_periods.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_cf_periods.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_cf_periods; 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 =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Sgsm1mPHqrXF7zM5CMLDeA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8z8I3w+DREDgV7lg12L9fA # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_cf_time_sets.pm b/lib/NGCP/Schema/provisioning/Result/voip_cf_time_sets.pm index 3e88c152..b08642df 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_cf_time_sets.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_cf_time_sets.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_cf_time_sets; 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 @@ -125,8 +125,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Jr4rIOQeW9z7SQCtkMiv/g +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:htMrGXXJzrjb8FOsNvt+Mg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_contacts.pm b/lib/NGCP/Schema/provisioning/Result/voip_contacts.pm index 205e66f3..db73db64 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_contacts.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_contacts.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -156,8 +156,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mPhI+VtDN8sw9NxuD6qgcw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tG1OhIJXoyMslx4vOvZ6Cg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_dbaliases.pm b/lib/NGCP/Schema/provisioning/Result/voip_dbaliases.pm index e039fac2..27bf5561 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_dbaliases.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_dbaliases.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -135,8 +135,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uSqMShuk9k4653Q68dbYdw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yIXGy9P37DOIPrAlcwgaDA # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_dom_preferences.pm b/lib/NGCP/Schema/provisioning/Result/voip_dom_preferences.pm index b574e3ef..b20f219e 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_dom_preferences.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_dom_preferences.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -134,8 +134,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PJknbMy58oNMu8B5IDkNNw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YtW0L5rYiXOVPF3a0ie0nQ # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_domains.pm b/lib/NGCP/Schema/provisioning/Result/voip_domains.pm index 7626336f..03f645c9 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_domains.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_domains.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -119,8 +119,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:C5yEvUxBcN74gbFd0i1dlg +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7NircV0Q/EVATEF5PyjqKg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_fax_destinations.pm b/lib/NGCP/Schema/provisioning/Result/voip_fax_destinations.pm index f56eb764..a80845c7 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_fax_destinations.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_fax_destinations.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -153,8 +153,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x81yb2o/zAJiyFRW1BibNg +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+rQQSMWQ3LYhXXk57X0Bwg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_fax_preferences.pm b/lib/NGCP/Schema/provisioning/Result/voip_fax_preferences.pm index dc0a9f0e..f7ae12f5 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_fax_preferences.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_fax_preferences.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -137,8 +137,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EGhEcaS0NPteqUN4dtSuaQ +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gpQMp/MalTTwt6G7LQa/lA # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_peer_groups.pm b/lib/NGCP/Schema/provisioning/Result/voip_peer_groups.pm index 57c3b0fc..fb20f8f6 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_peer_groups.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_peer_groups.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_peer_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 @@ -129,8 +129,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c55LWz8pAbB+YyO6DuXahA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vaMQ0V5xEryA29gsPMlXNg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_peer_hosts.pm b/lib/NGCP/Schema/provisioning/Result/voip_peer_hosts.pm index 2d6e3890..7d3e5c56 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_peer_hosts.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_peer_hosts.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_peer_hosts; 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 @@ -170,8 +170,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BWd7T/NWAN6jPxg4Q907+Q +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9kYfLJaORXpDz9+zLix7/Q # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_peer_preferences.pm b/lib/NGCP/Schema/provisioning/Result/voip_peer_preferences.pm index a9d8905a..e677745c 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_peer_preferences.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_peer_preferences.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -134,8 +134,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NbLL+m8gyaf2PBSw8cHREQ +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xnAU5Eq1x5Gqk1TTqYRudw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_peer_rules.pm b/lib/NGCP/Schema/provisioning/Result/voip_peer_rules.pm index 0ea66de4..1a7fbc5b 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_peer_rules.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_peer_rules.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_peer_rules; 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 @@ -118,8 +118,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1/DsV7mtQhdRy9YFgTJ+Pg +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bx4Dr2GDph8zChv9kVr/cw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_preference_groups.pm b/lib/NGCP/Schema/provisioning/Result/voip_preference_groups.pm new file mode 100644 index 00000000..476b07b0 --- /dev/null +++ b/lib/NGCP/Schema/provisioning/Result/voip_preference_groups.pm @@ -0,0 +1,87 @@ +package NGCP::Schema::provisioning::Result::voip_preference_groups; +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("voip_preference_groups"); + + +__PACKAGE__->add_columns( + "id", + { + data_type => "integer", + extra => { unsigned => 1 }, + is_auto_increment => 1, + is_nullable => 0, + }, + "name", + { data_type => "varchar", is_nullable => 0, size => 255 }, +); + + +__PACKAGE__->set_primary_key("id"); + + +__PACKAGE__->has_many( + "voip_preferences", + "NGCP::Schema::provisioning::Result::voip_preferences", + { "foreign.voip_preference_groups_id" => "self.id" }, + { cascade_copy => 0, cascade_delete => 0 }, +); +=encoding UTF-8 + +=head1 NAME + +NGCP::Schema::provisioning::Result::voip_preference_groups + +=head1 TABLE: C + +=head1 ACCESSORS + +=head2 id + + data_type: 'integer' + extra: {unsigned => 1} + is_auto_increment: 1 + is_nullable: 0 + +=head2 name + + data_type: 'varchar' + is_nullable: 0 + size: 255 + +=head1 PRIMARY KEY + +=over 4 + +=item * L + +=back + +=head1 RELATIONS + +=head2 voip_preferences + +Type: has_many + +Related object: L + +=cut + + +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RJn2QXHMFhZdBk5TmUlS5A + + +# You can replace this text with custom code or comments, and it will be preserved on regeneration +__PACKAGE__->meta->make_immutable; +1; diff --git a/lib/NGCP/Schema/provisioning/Result/voip_preferences.pm b/lib/NGCP/Schema/provisioning/Result/voip_preferences.pm index 10127857..bef41a38 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_preferences.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_preferences.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -22,6 +22,13 @@ __PACKAGE__->add_columns( is_auto_increment => 1, is_nullable => 0, }, + "voip_preference_groups_id", + { + data_type => "integer", + extra => { unsigned => 1 }, + is_foreign_key => 1, + is_nullable => 0, + }, "attribute", { data_type => "varchar", is_nullable => 0, size => 31 }, "type", @@ -78,6 +85,14 @@ __PACKAGE__->has_many( ); +__PACKAGE__->belongs_to( + "voip_preference_group", + "NGCP::Schema::provisioning::Result::voip_preference_groups", + { id => "voip_preference_groups_id" }, + { is_deferrable => 1, on_delete => "RESTRICT", on_update => "CASCADE" }, +); + + __PACKAGE__->has_many( "voip_preferences_enums", "NGCP::Schema::provisioning::Result::voip_preferences_enum", @@ -109,6 +124,13 @@ NGCP::Schema::provisioning::Result::voip_preferences is_auto_increment: 1 is_nullable: 0 +=head2 voip_preference_groups_id + + data_type: 'integer' + extra: {unsigned => 1} + is_foreign_key: 1 + is_nullable: 0 + =head2 attribute data_type: 'varchar' @@ -207,6 +229,12 @@ Type: has_many Related object: L +=head2 voip_preference_group + +Type: belongs_to + +Related object: L + =head2 voip_preferences_enums Type: has_many @@ -222,8 +250,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nTXS0lnMB6gIJjvfedRDvA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nTr3KVXmXwsIQnBhlndOHg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_preferences_enum.pm b/lib/NGCP/Schema/provisioning/Result/voip_preferences_enum.pm index 40e12abc..edad2aa8 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_preferences_enum.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_preferences_enum.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_preferences_enum; 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 @@ -130,8 +130,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pcGcdsil8CmPS1gvCsMQpQ +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0b7QsTzfNoUb3VGcJayo2g # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_reminder.pm b/lib/NGCP/Schema/provisioning/Result/voip_reminder.pm index f5050243..ee61643f 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_reminder.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_reminder.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_reminder; 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 @@ -118,8 +118,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/3SbBCUc1BM+YUvu7vI6QQ +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zGAbYu+I//Wbcgc37p3zQQ # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rule_sets.pm b/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rule_sets.pm index 3c080157..1e5d1c88 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rule_sets.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rule_sets.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_rewrite_rule_sets; 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 @@ -131,8 +131,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AZzRalh7Zbd+cmbwL9eVMw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/OMATBJMDoN5B1x9rhj8BQ # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rules.pm b/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rules.pm index 8438dadc..22df1943 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rules.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_rewrite_rules.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_rewrite_rules; 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 @@ -152,8 +152,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uQ0fipNB2whIuN+4/VL/YA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y6eGCvRlSKlKi3arcNrutw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_rwrs_sequence.pm b/lib/NGCP/Schema/provisioning/Result/voip_rwrs_sequence.pm index 55a66ac0..470e786f 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_rwrs_sequence.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_rwrs_sequence.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_rwrs_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_rwrs_sequence =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qwbFP73+9WKGI4DDg5bRyw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jkXizLuAOhNhsrvStVPDnw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_sound_files.pm b/lib/NGCP/Schema/provisioning/Result/voip_sound_files.pm index 3e60b114..3aaef06c 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_sound_files.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_sound_files.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_sound_files; 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 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3TJUVCz1fRaHE8cuxrVTwA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iMunXKg32KJ++hpjJvAs1w # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_sound_groups.pm b/lib/NGCP/Schema/provisioning/Result/voip_sound_groups.pm new file mode 100644 index 00000000..6e0eda69 --- /dev/null +++ b/lib/NGCP/Schema/provisioning/Result/voip_sound_groups.pm @@ -0,0 +1,87 @@ +package NGCP::Schema::provisioning::Result::voip_sound_groups; +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("voip_sound_groups"); + + +__PACKAGE__->add_columns( + "id", + { + data_type => "integer", + extra => { unsigned => 1 }, + is_auto_increment => 1, + is_nullable => 0, + }, + "name", + { data_type => "varchar", is_nullable => 0, size => 255 }, +); + + +__PACKAGE__->set_primary_key("id"); + + +__PACKAGE__->has_many( + "voip_sounds_handles", + "NGCP::Schema::provisioning::Result::voip_sound_handles", + { "foreign.group_id" => "self.id" }, + { cascade_copy => 0, cascade_delete => 0 }, +); +=encoding UTF-8 + +=head1 NAME + +NGCP::Schema::provisioning::Result::voip_sound_groups + +=head1 TABLE: C + +=head1 ACCESSORS + +=head2 id + + data_type: 'integer' + extra: {unsigned => 1} + is_auto_increment: 1 + is_nullable: 0 + +=head2 name + + data_type: 'varchar' + is_nullable: 0 + size: 255 + +=head1 PRIMARY KEY + +=over 4 + +=item * L + +=back + +=head1 RELATIONS + +=head2 voip_sounds_handles + +Type: has_many + +Related object: L + +=cut + + +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FPx2AvOYdXuNKpCy8/gS8w + + +# You can replace this text with custom code or comments, and it will be preserved on regeneration +__PACKAGE__->meta->make_immutable; +1; diff --git a/lib/NGCP/Schema/provisioning/Result/voip_sound_handles.pm b/lib/NGCP/Schema/provisioning/Result/voip_sound_handles.pm index 87461157..91649d8a 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_sound_handles.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_sound_handles.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_sound_handles; 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 @@ -19,12 +19,27 @@ __PACKAGE__->add_columns( { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, "name", { data_type => "varchar", is_nullable => 1, size => 256 }, + "group_id", + { + data_type => "integer", + extra => { unsigned => 1 }, + is_foreign_key => 1, + is_nullable => 0, + }, ); __PACKAGE__->set_primary_key("id"); +__PACKAGE__->belongs_to( + "group", + "NGCP::Schema::provisioning::Result::voip_sound_groups", + { id => "group_id" }, + { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, +); + + __PACKAGE__->has_many( "voip_sound_files", "NGCP::Schema::provisioning::Result::voip_sound_files", @@ -53,6 +68,13 @@ NGCP::Schema::provisioning::Result::voip_sound_handles is_nullable: 1 size: 256 +=head2 group_id + + data_type: 'integer' + extra: {unsigned => 1} + is_foreign_key: 1 + is_nullable: 0 + =head1 PRIMARY KEY =over 4 @@ -63,6 +85,12 @@ NGCP::Schema::provisioning::Result::voip_sound_handles =head1 RELATIONS +=head2 group + +Type: belongs_to + +Related object: L + =head2 voip_sound_files Type: has_many @@ -72,8 +100,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GIgEYRmN382A9HnWc0/WKQ +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SvSvbzOThy+v0UgS1Ipfnw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_sound_sets.pm b/lib/NGCP/Schema/provisioning/Result/voip_sound_sets.pm index 8355ddb9..6d437582 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_sound_sets.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_sound_sets.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_sound_sets; 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 @@ -80,8 +80,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wMjfDxiKN8D32xLTZGs35Q +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gqwc/9rqQIOayifSh1dNlA # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_speed_dial.pm b/lib/NGCP/Schema/provisioning/Result/voip_speed_dial.pm index ed40490c..b4101b54 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_speed_dial.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_speed_dial.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -115,8 +115,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2DX9bgN2VH5CKMbMjJcYNw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8UoK+htVOSMSly2YKGYgog # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_subscribers.pm b/lib/NGCP/Schema/provisioning/Result/voip_subscribers.pm index 7114fb4c..4ca6720e 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_subscribers.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_subscribers.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::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 @@ -391,8 +391,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WMuKRIVdC4iRHb9EH6cr/w +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:okeFYyJXfaBDYk7od/ASSg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_trusted_sources.pm b/lib/NGCP/Schema/provisioning/Result/voip_trusted_sources.pm index b6e56e76..15b3553e 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_trusted_sources.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_trusted_sources.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_trusted_sources; 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 =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MifxsqYWTK4a2KPMyglSsg +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:b2GHHXAYuIB5cB716mo4kg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/voip_usr_preferences.pm b/lib/NGCP/Schema/provisioning/Result/voip_usr_preferences.pm index d3ea744a..03054db9 100644 --- a/lib/NGCP/Schema/provisioning/Result/voip_usr_preferences.pm +++ b/lib/NGCP/Schema/provisioning/Result/voip_usr_preferences.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::voip_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 @@ -134,8 +134,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wa5EVf4Me/5zK7t61E3NQA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rGfw4s5qMtgoZgxzpISFBw # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/xmlgroups.pm b/lib/NGCP/Schema/provisioning/Result/xmlgroups.pm index 73be6c10..108d774b 100644 --- a/lib/NGCP/Schema/provisioning/Result/xmlgroups.pm +++ b/lib/NGCP/Schema/provisioning/Result/xmlgroups.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::xmlgroups; 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 @@ -78,8 +78,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fRyEPj+RZ4+j95ZiJz8mJA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ucvvk+FI4dH3DsIlBheBlQ # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/xmlhostgroups.pm b/lib/NGCP/Schema/provisioning/Result/xmlhostgroups.pm index 598b9bcf..1c4cd742 100644 --- a/lib/NGCP/Schema/provisioning/Result/xmlhostgroups.pm +++ b/lib/NGCP/Schema/provisioning/Result/xmlhostgroups.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::xmlhostgroups; 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 =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MkulOQsxvuxv7U7hbYAe8Q +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PrF8fnCB9JHXY3BJ3Q9jhA # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/xmlhosts.pm b/lib/NGCP/Schema/provisioning/Result/xmlhosts.pm index 742a7311..f514d300 100644 --- a/lib/NGCP/Schema/provisioning/Result/xmlhosts.pm +++ b/lib/NGCP/Schema/provisioning/Result/xmlhosts.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::xmlhosts; 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 @@ -111,8 +111,8 @@ Related object: L =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bKP4/UvcCDVtRtSwxbUVQw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uTe6Cyz5Uz+mNQUM+jfBMg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/provisioning/Result/xmlqueue.pm b/lib/NGCP/Schema/provisioning/Result/xmlqueue.pm index ed6ea5bc..2f3507b3 100644 --- a/lib/NGCP/Schema/provisioning/Result/xmlqueue.pm +++ b/lib/NGCP/Schema/provisioning/Result/xmlqueue.pm @@ -1,7 +1,7 @@ package NGCP::Schema::provisioning::Result::xmlqueue; 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 @@ -101,8 +101,8 @@ NGCP::Schema::provisioning::Result::xmlqueue =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:N6C3hmNWZjUdgfscETaV+w +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8ogDLQhqvu+wMvhyqmp7yg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/sipstats.pm b/lib/NGCP/Schema/sipstats.pm index fe1afc4e..105c7777 100644 --- a/lib/NGCP/Schema/sipstats.pm +++ b/lib/NGCP/Schema/sipstats.pm @@ -1,6 +1,6 @@ package NGCP::Schema::sipstats; 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:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SlhBwDKFfwYTffFdQ6IR8w +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Uqcm6asjrNcv63rMCeWfiQ # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/sipstats/Result/mark.pm b/lib/NGCP/Schema/sipstats/Result/mark.pm index ec314163..4b766d41 100644 --- a/lib/NGCP/Schema/sipstats/Result/mark.pm +++ b/lib/NGCP/Schema/sipstats/Result/mark.pm @@ -1,7 +1,7 @@ package NGCP::Schema::sipstats::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 @@ -56,8 +56,8 @@ NGCP::Schema::sipstats::Result::mark =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5Dc7/BHiBc7zalmSkcUlSA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HModvE/unKJSq8A9iMeV/w # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/sipstats/Result/message_packets.pm b/lib/NGCP/Schema/sipstats/Result/message_packets.pm index e5154080..f3313af0 100644 --- a/lib/NGCP/Schema/sipstats/Result/message_packets.pm +++ b/lib/NGCP/Schema/sipstats/Result/message_packets.pm @@ -1,7 +1,7 @@ package NGCP::Schema::sipstats::Result::message_packets; 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 @@ -58,8 +58,8 @@ NGCP::Schema::sipstats::Result::message_packets =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:m9hkmSjJZ1kELLsaMofeYw +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:89qncEDWDhptl95CQUZlCQ # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/sipstats/Result/messages.pm b/lib/NGCP/Schema/sipstats/Result/messages.pm index ff30deae..8da31d55 100644 --- a/lib/NGCP/Schema/sipstats/Result/messages.pm +++ b/lib/NGCP/Schema/sipstats/Result/messages.pm @@ -1,7 +1,7 @@ package NGCP::Schema::sipstats::Result::messages; 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 @@ -181,8 +181,8 @@ NGCP::Schema::sipstats::Result::messages =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:t2sCJOEhiHcGYNhB6oNUog +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Zf45hwF5XpL0mNnGszsFGQ # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/sipstats/Result/packets.pm b/lib/NGCP/Schema/sipstats/Result/packets.pm index f864ba7a..f34575ab 100644 --- a/lib/NGCP/Schema/sipstats/Result/packets.pm +++ b/lib/NGCP/Schema/sipstats/Result/packets.pm @@ -1,7 +1,7 @@ package NGCP::Schema::sipstats::Result::packets; 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::sipstats::Result::packets =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qMiQuTby0xtuVNBqCRoiTg +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tPxcCAxmiKJRTPXGRGMMDg # You can replace this text with custom code or comments, and it will be preserved on regeneration diff --git a/lib/NGCP/Schema/sipstats/Result/statistics.pm b/lib/NGCP/Schema/sipstats/Result/statistics.pm index 8ae11ca7..2c6aba32 100644 --- a/lib/NGCP/Schema/sipstats/Result/statistics.pm +++ b/lib/NGCP/Schema/sipstats/Result/statistics.pm @@ -1,7 +1,7 @@ package NGCP::Schema::sipstats::Result::statistics; 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 @@ -470,8 +470,8 @@ NGCP::Schema::sipstats::Result::statistics =cut -# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vs554o1jwqWhWWrWusWURA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:34:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pTBpqmFhmV7/SlIY7vcsHg # You can replace this text with custom code or comments, and it will be preserved on regeneration