MT#11147 Link phone to the some extensions of the same model

Change-Id: I6c346cf8c32daaf4186f37c00f64fe6b7ac3f4c3
changes/96/1296/1
Irina Peshinskaya 10 years ago
parent 347ff4d65b
commit cefcb12bf0

@ -46,6 +46,12 @@ __PACKAGE__->add_columns(
extra => { list => ["private", "shared", "blf"] },
is_nullable => 1,
},
"extension_unit",
{
data_type => "tinyint",
default_value => 0,
is_nullable => 0,
},
);
__PACKAGE__->set_primary_key("id");

Loading…
Cancel
Save