TT#12593 add voip_fax_preferences t38, ecm columns

* add provisioning.voip_fax_preferences t38 column
    * add provisioning.voip_fax_preferences ecm column

Change-Id: I7950b72ffb278a78a92ac909607ef2ba9611ca8a
changes/21/12821/2
Kirill Solomko 8 years ago
parent 36701bec86
commit 438a62fcb0

@ -33,6 +33,10 @@ __PACKAGE__->add_columns(
{ data_type => "tinyint", default_value => 1, is_nullable => 0 },
"send_copy",
{ data_type => "tinyint", default_value => 1, is_nullable => 0 },
"t38",
{ data_type => "tinyint", default_value => 1, is_nullable => 0 },
"ecm",
{ data_type => "tinyint", default_value => 1, is_nullable => 0 },
);
__PACKAGE__->set_primary_key("id");
@ -120,6 +124,18 @@ NGCP::Schema::Result::voip_fax_preferences
default_value: 1
is_nullable: 0
=head2 t38
data_type: 'tinyint'
default_value: 1
is_nullable: 0
=head2 ecm
data_type: 'tinyint'
default_value: 1
is_nullable: 0
=head1 PRIMARY KEY
=over 4

Loading…
Cancel
Save