mirror of https://github.com/sipwise/db-schema.git
+said_stime index is supposed to exist +take out "if index exists.." proc again Change-Id: I6280473b63841d50cc97ff570a16f48174123ab0 (cherry picked from commitchanges/98/9098/1a7bf30f227) (cherry picked from commitaa8f9e1f9b)
parent
603b50b981
commit
35a3091cf2
@ -0,0 +1,6 @@
|
||||
SET sql_log_bin=0;
|
||||
|
||||
use accounting;
|
||||
|
||||
DROP INDEX daid_stime ON cdr;
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
SET sql_log_bin=0;
|
||||
|
||||
use accounting;
|
||||
|
||||
CREATE INDEX daid_stime ON cdr (destination_account_id,start_time);
|
||||
|
||||
Loading…
Reference in new issue