mirror of https://github.com/sipwise/db-schema.git
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…
Reference in new issue