mirror of https://github.com/sipwise/db-schema.git
Change-Id: I8fcefa64c99efd2fb928f4b7f5e87b31e0a85d16changes/58/11058/5
parent
80006e84e0
commit
aad4ceaf16
@ -0,0 +1,3 @@
|
||||
USE accounting;
|
||||
|
||||
DROP INDEX scli_idx ON cdr;
|
||||
@ -0,0 +1,3 @@
|
||||
USE accounting;
|
||||
|
||||
CREATE INDEX scli_idx ON cdr (source_cli);
|
||||
Loading…
Reference in new issue