MT#11147 Rename already existing phones types from 'basic' to 'phone'

Change-Id: I362c6f949005a87adc06bf3765ead078fc20623c
changes/85/1085/1
Irina Peshinskaya 11 years ago
parent be41c4f09f
commit 4918c79fde

@ -0,0 +1,6 @@
use provisioning;
set autocommit=0;
update autoprov_devices set type = 'phone' where type='basic';
commit;
Loading…
Cancel
Save