MT#7377 Add is_pbx_pilot to prov subscriber

ipeshinskaya/InvoiceTemplate5
Andreas Granig 12 years ago
parent 546bb1fab7
commit f6b7153d8c

@ -0,0 +1,4 @@
USE provisioning;
ALTER TABLE voip_subscribers
DROP COLUMN is_pbx_pilot;

@ -0,0 +1,4 @@
USE provisioning;
ALTER TABLE voip_subscribers
ADD COLUMN is_pbx_pilot TINYINT(1) NOT NULL DEFAULT 0 AFTER webpassword;
Loading…
Cancel
Save