mirror of https://github.com/sipwise/db-schema.git
Change-Id: Ic9e36c9ce5397330dd27c1f2f21d3541027379c1
(cherry picked from commit cd13ea6f92)
changes/74/6074/1
parent
965c3f9f52
commit
1cfbc41918
@ -0,0 +1,6 @@
|
|||||||
|
use kamailio;
|
||||||
|
set autocommit=0;
|
||||||
|
|
||||||
|
alter table subscriber drop key uuid_idx;
|
||||||
|
|
||||||
|
commit;
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
use kamailio;
|
||||||
|
set autocommit=0;
|
||||||
|
|
||||||
|
alter table subscriber add key uuid_idx(uuid);
|
||||||
|
|
||||||
|
commit;
|
||||||
Loading…
Reference in new issue