mirror of https://github.com/sipwise/db-schema.git
Change-Id: I362c6f949005a87adc06bf3765ead078fc20623cchanges/85/1085/1
parent
be41c4f09f
commit
4918c79fde
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
update autoprov_devices set type = 'phone' where type='basic';
|
||||
|
||||
commit;
|
||||
Loading…
Reference in new issue