diff --git a/db_scripts/diff/15326.down b/db_scripts/diff/15326.down new file mode 100644 index 00000000..c43807f9 --- /dev/null +++ b/db_scripts/diff/15326.down @@ -0,0 +1,6 @@ +use provisioning; +set autocommit=0; + +delete from autoprov_sync_parameters where bootstrap_method = 'redirect_polycom' and parameter_name= 'profile'; + +commit; diff --git a/db_scripts/diff/15326.up b/db_scripts/diff/15326.up new file mode 100644 index 00000000..ba8d2016 --- /dev/null +++ b/db_scripts/diff/15326.up @@ -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;