MT#11147 Rename forgotten devices with empty types.

Change-Id: I499f475840d27b9967bdc7cb96999206a7a7a77e
changes/85/1085/2
Irina Peshinskaya 11 years ago
parent 5af7404275
commit 61ecaeb723

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