MT#4007 Add destination field to autoattendant.

agranig/aa-destination
Andreas Granig 12 years ago
parent 5c70029eb9
commit b55c8fe75b

@ -5,6 +5,7 @@ CREATE TABLE `voip_pbx_autoattendants` (
`subscriber_id` int(11) unsigned NOT NULL,
`uuid` char(36) NOT NULL,
`choice` tinyint(3) NOT NULL,
`destination` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
KEY `uuid_choice_idx` (`uuid`,`choice`),
KEY `fk_aa_sub_idx` (`subscriber_id`),

Loading…
Cancel
Save