mirror of https://github.com/sipwise/db-schema.git
Change-Id: I2920466a8c8ca176eab24be62411a0376f8c5b57changes/78/11878/3
parent
b75fc3828c
commit
9f3590c085
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
delete from autoprov_sync_parameters where bootstrap_method = 'redirect_polycom' and parameter_name= 'profile';
|
||||
|
||||
commit;
|
||||
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
insert into autoprov_sync_parameters(bootstrap_method,parameter_name,parameter_constraint)values('redirect_polycom','profile','');
|
||||
|
||||
commit;
|
||||
Loading…
Reference in new issue