mirror of https://github.com/sipwise/db-schema.git
Extension doesnt have bootsrtap uri And rename type basic to phone Change-Id: I7a4cd795850b16afcba8259b3f85e4e82c5ad230changes/14/1014/1
parent
56deb30723
commit
4c07f83a9e
@ -0,0 +1,7 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
alter table autoprov_devices change column bootstrap_uri `bootstrap_uri` varchar(255) DEFAULT '',
|
||||
change column type `type` enum('phone','extension') DEFAULT 'phone';
|
||||
|
||||
commit;
|
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
alter table autoprov_devices drop column extensions_num;
|
||||
|
||||
commit;
|
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
alter table autoprov_devices add column extensions_num tinyint unsigned;
|
||||
|
||||
commit;
|
Loading…
Reference in new issue