MT#56234 add voip_preferences.expose_to_subscriber

Change-Id: Ieef501ffee843632d83003959ffba585ccaac9a6
mr11.2.1
Kirill Solomko 2 years ago
parent fd96e6963d
commit 94693a3e79

@ -78,6 +78,8 @@ __PACKAGE__->add_columns(
{ data_type => "tinyint", default_value => 0, is_nullable => 0 },
"description",
{ data_type => "text", is_nullable => 1 },
"expose_to_subscriber",
{ data_type => "tinyint", default_value => 0, is_nullable => 0 },
);
__PACKAGE__->set_primary_key("id");

Loading…
Cancel
Save