MT#4007 Add destination to autoattendant.

agranig/aa-destination
Andreas Granig 12 years ago
parent d379e10e26
commit e312c5303d

@ -37,6 +37,8 @@ __PACKAGE__->add_columns(
{ data_type => "char", is_nullable => 0, size => 36 },
"choice",
{ data_type => "tinyint", is_nullable => 0 },
"destination",
{ data_type => "varchar", is_nullable => 0, size => 256 },
);

Loading…
Cancel
Save