From b55c8fe75b71de4dd6df7e213364320cb4c51873 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 14 Oct 2013 14:23:53 +0200 Subject: [PATCH] MT#4007 Add destination field to autoattendant. --- db_scripts/diff/15025.up | 1 + 1 file changed, 1 insertion(+) diff --git a/db_scripts/diff/15025.up b/db_scripts/diff/15025.up index 2a6cef02..ee3e73e4 100644 --- a/db_scripts/diff/15025.up +++ b/db_scripts/diff/15025.up @@ -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`),