MT#4007 Rename voip_pbx_autoattendants.

We use plurals in table names.
agranig/aa-destination
Andreas Granig 12 years ago
parent 35c2e9444e
commit 5c70029eb9

@ -1,3 +1,3 @@
USE provisioning; USE provisioning;
DROP TABLE `voip_pbx_autoattendant`; DROP TABLE `voip_pbx_autoattendants`;

@ -1,6 +1,6 @@
USE provisioning; USE provisioning;
CREATE TABLE `voip_pbx_autoattendant` ( CREATE TABLE `voip_pbx_autoattendants` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT, `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`subscriber_id` int(11) unsigned NOT NULL, `subscriber_id` int(11) unsigned NOT NULL,
`uuid` char(36) NOT NULL, `uuid` char(36) NOT NULL,

Loading…
Cancel
Save