diff --git a/lib/NGCP/Schema/Result/ncos_levels.pm b/lib/NGCP/Schema/Result/ncos_levels.pm index 5fe734ed..7b1765b0 100644 --- a/lib/NGCP/Schema/Result/ncos_levels.pm +++ b/lib/NGCP/Schema/Result/ncos_levels.pm @@ -34,6 +34,8 @@ __PACKAGE__->add_columns( }, "local_ac", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, + "intra_pbx", + { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "description", { data_type => "text", is_nullable => 1 }, ); @@ -131,6 +133,12 @@ NGCP::Schema::Result::ncos_levels default_value: 0 is_nullable: 0 +=head2 intra_pbx + + data_type: 'tinyint' + default_value: 0 + is_nullable: 0 + =head2 description data_type: 'text'