mirror of https://github.com/sipwise/db-schema.git
the SQL query for triage filtering of reminder call records works faster with a supporting index. Change-Id: Id78a9b1486a2a704ddda2e1d249776254f13cd05mr11.0
parent
c29bb09081
commit
41e5782f4c
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
DROP INDEX active_time_idx ON voip_reminder;
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
CREATE INDEX active_time_idx ON voip_reminder (active, time);
|
||||
Loading…
Reference in new issue