diff --git a/lib/NGCP/Schema/Result/voip_peer_hosts.pm b/lib/NGCP/Schema/Result/voip_peer_hosts.pm index 7939a7df..b66c7722 100644 --- a/lib/NGCP/Schema/Result/voip_peer_hosts.pm +++ b/lib/NGCP/Schema/Result/voip_peer_hosts.pm @@ -41,6 +41,8 @@ __PACKAGE__->add_columns( { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "enabled", { data_type => "tinyint", default_value => 1, is_nullable => 0 }, + "probe", + { data_type => "tinyint", default_value => 1, is_nullable => 0 }, ); __PACKAGE__->set_primary_key("id");