You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15143.up

8 lines
213 B

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;