mirror of https://github.com/sipwise/db-schema.git
Change-Id: I809691bacb8cc337c9fcf70e30a1443eea9f46b2changes/15/615/1
parent
39689c5c55
commit
3a5fdb77b7
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
alter TABLE `autoprov_devices` drop column bootstrap_uri;
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
alter TABLE `autoprov_devices` add column bootstrap_uri varchar(255) not null default '';
|
||||
Loading…
Reference in new issue