mirror of https://github.com/sipwise/db-schema.git
Change-Id: Ic9e36c9ce5397330dd27c1f2f21d3541027379c1changes/66/5966/2
parent
25633918ac
commit
cd13ea6f92
@ -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